org.foray.fotree.axsl.prop
Class AxslEnumerated

java.lang.Object
  extended by org.foray.fotree.Property
      extended by org.foray.fotree.axsl.AbstractAxslProperty
          extended by org.foray.fotree.axsl.prop.AxslEnumerated
Direct Known Subclasses:
MetadataKey

public abstract class AxslEnumerated
extends AbstractAxslProperty

Properties that have only enumerated values.


Field Summary
 
Fields inherited from class org.foray.fotree.Property
PRECEDENCE_FORCE
 
Constructor Summary
AxslEnumerated(FObj fobj, String propertyFullName, String attributeValue)
          Default Constructor.
 
Method Summary
 AxslValue getValue()
          An overloaded version of getValue() for properties that have no inheritance, either implicit or explicit.
 AxslValue getValue(org.axsl.fo.FoContext context, FObj fobj)
          Returns the value of this property.
static AxslValue getValueNoInstance(AxslProperty propertyType)
          An overloaded version of getValueNoInstance(FoContext, AxslProperty, FObj) for properties that have no inheritance, either implicit or explicit.
static AxslValue getValueNoInstance(org.axsl.fo.FoContext context, AxslProperty propertyType, FObj fobj)
          Returns the default (initial) value for this property.
 PropertyValue value()
          Returns the value for this property.
 
Methods inherited from class org.foray.fotree.axsl.AbstractAxslProperty
checkKeywords, getPropertyType, getValidKeywords, standardParse
 
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
 

Constructor Detail

AxslEnumerated

public AxslEnumerated(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.
Method Detail

getValue

public AxslValue getValue(org.axsl.fo.FoContext context,
                          FObj fobj)
Returns the value of this property.

Parameters:
context - An object that knows how to resolve FO context issues.
fobj - The FO for which this value is needed.
Returns:
The value of this property.

getValue

public AxslValue getValue()
An overloaded version of getValue() for properties that have no inheritance, either implicit or explicit.

Returns:
The value of this property.

getValueNoInstance

public static AxslValue getValueNoInstance(org.axsl.fo.FoContext context,
                                           AxslProperty propertyType,
                                           FObj fobj)
Returns the default (initial) value for this property.

Parameters:
context - An object that knows how to resolve FO context issues.
propertyType - The specific property for which the default value is needed.
fobj - The FO for which this value is needed.
Returns:
The initial value for this property.

getValueNoInstance

public static AxslValue getValueNoInstance(AxslProperty propertyType)
An overloaded version of getValueNoInstance(FoContext, AxslProperty, FObj) for properties that have no inheritance, either implicit or explicit.

Parameters:
propertyType - The specific property for which the default value is needed.
Returns:
The initial value for this property.

value

public PropertyValue value()
Returns the value for this property.

Specified by:
value in class Property
Returns:
The value for this property.


Copyright © 2017. All rights reserved.