wt.query.specification
Class DefaultModeledAttributeIdentifier
java.lang.Object
wt.query.specification.DefaultModeledAttributeIdentifier
- All Implemented Interfaces:
- AttributeIdentifier, ModeledAttributeIdentifier, Serializable
- public class DefaultModeledAttributeIdentifier
- extends Object
- implements ModeledAttributeIdentifier, Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
attributeName
private String attributeName
DefaultModeledAttributeIdentifier
public DefaultModeledAttributeIdentifier(String an_attribute_name)
throws WTPropertyVetoException
Supported API: false
- Parameters:
an_attribute_name
-
- Throws:
WTPropertyVetoException
getAttributeName
public String getAttributeName()
- Gets the value of the attribute: attributeName.
Supported API: false
- Specified by:
getAttributeName
in interface ModeledAttributeIdentifier
- Returns:
- String
setAttributeName
public void setAttributeName(String a_AttributeName)
throws WTPropertyVetoException
- Sets the value of the attribute: attributeName.
Supported API: false
- Parameters:
a_AttributeName
-
- Throws:
WTPropertyVetoException
attributeNameValidate
private void attributeNameValidate(String a_AttributeName)
throws WTPropertyVetoException
- Parameters:
a_AttributeName
-
- Throws:
WTPropertyVetoException