org.foray.fotree.axsl.prop
Class MetadataKey
java.lang.Object
org.foray.fotree.Property
org.foray.fotree.axsl.AbstractAxslProperty
org.foray.fotree.axsl.prop.AxslEnumerated
org.foray.fotree.axsl.prop.MetadataKey
public class MetadataKey
- extends AxslEnumerated
The "metadata-key" property in the axsl: namespace.
| Methods inherited from class org.foray.fotree.Property |
convertNumericToInteger, convertValueToLength, getBasePropertyName, getKeywordIndex, getKeywordInSet, getSubPropertyName, invalidPropertyName, keywordInSet, unexpectedInitialValueArgument, unexpectedRetrieval, unexpectedValue, unexpectedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataKey
public MetadataKey(FObj fobj,
String propertyFullName,
String attributeValue)
throws PropertyException
- Default Constructor.
- Parameters:
fobj - The FObj to which this property belongs.propertyFullName - The full name of the property.attributeValue - The unparsed property value.
- Throws:
PropertyException - For an invalid property value.
getPropertyType
public AxslProperty getPropertyType()
- Description copied from class:
AbstractAxslProperty
- Returns the specific type for this property.
- Specified by:
getPropertyType in class AbstractAxslProperty
- Returns:
- The specific type for this property.
getValidKeywords
protected AxslValue[] getValidKeywords()
- Description copied from class:
AbstractAxslProperty
- Returns the valid keywords for this property.
- Specified by:
getValidKeywords in class AbstractAxslProperty
- Returns:
- The valid keywords for this property.
Copyright © 2017. All rights reserved.