|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.cinnabarsystems.clm.Attribute
public abstract class Attribute
Abstract class describing an attribute of a LicenseElement. An Attribute is a name/value pair, where the name is a String, and the value is typed according to the particular subclass of Attribute in question.
| Method Summary | |
|---|---|
String |
getName()
Get the name of this Attribute |
abstract Object |
getValue()
Get the value of this Attribute. |
String |
toString()
Format the value of this Attribute for display. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public abstract Object getValue()
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||