|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.appframe.settings.IlvSettings.AttributeID
public static class IlvSettings.AttributeID
Defines ID values that contain the value and the name of an attribute.
| Constructor Summary | |
|---|---|
IlvSettings.AttributeID(String type,
String attributeName,
Object value)
Constructs an attribute ID for the attribute with the specified name and value. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether the specified object is equal to this one. |
static IlvSettings.AttributeID |
FromString(String s)
Creates an attribute ID from a specified attribute ID string representation. |
String |
getAttributeName()
Returns the name of the attribute that this attribute ID refers to. |
Object |
getAttributeValue()
Returns the value of the attribute that this attribute ID refers to. |
String |
toString()
Returns a string representation of this attribute ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvSettings.AttributeID(String type,
String attributeName,
Object value)
attributeName - The name of the attribute.value - The value of the attribute.| Method Detail |
|---|
public String toString()
<type>[<attributeName>='<attributeValue>']
FromString(java.lang.String).
toString in class Objectpublic static IlvSettings.AttributeID FromString(String s)
s - The string to create the attribute ID from.
null if the specified string does not
match the string representation format of the AttributeID
class.public boolean equals(Object obj)
equals in class Objectobj - The reference object to compare this object with.
true if this object is equal to the object;
false otherwise.public final String getAttributeName()
public final Object getAttributeValue()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||