public static class IlvSettings.AttributeID extends Object
Constructor and Description |
---|
AttributeID(String type,
String attributeName,
Object value)
Constructs an attribute ID for the attribute with the specified name
and value.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public String toString()
<type>[<attributeName>='<attributeValue>']
FromString(java.lang.String)
.public 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)
public final String getAttributeName()
public final Object getAttributeValue()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.