|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object viper.descriptors.attributes.AbstractAttribute viper.descriptors.attributes.Attribute viper.descriptors.attributes.Attribute_lvalue
This attribute represents an Enumerated list element. This can be one value of any specified in the config file.
Nested Class Summary |
Nested classes inherited from class viper.filters.Filterable |
Filterable.Rule |
Field Summary |
Fields inherited from class viper.descriptors.attributes.Attribute |
composition, compositionTolerance, compositionType, errors, value |
Constructor Summary | |
Attribute_lvalue()
Create an empty Attribute. toString will return an empty String until more is known. |
|
Attribute_lvalue(Attribute old)
Copies the old attribute. |
|
Attribute_lvalue(boolean mobile)
Attributes for OBJECT type should use this constructor, with mobile set to true. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this Attribute. |
java.lang.String |
getType()
Returns the Attribute type, eg lvalue or bbox . |
void |
setArchetype(org.w3c.dom.Element E)
Sets the archetype associated with this descriptor. |
void |
setArchetype(java.lang.String value)
Sets the archetype associated with this descriptor. |
Methods inherited from class viper.descriptors.attributes.Attribute |
compareTo, compose, convertRule, crop, getCompositionType, getExtraConfig, getStaticValue, getValue, getValues, getValueToString, getXMLFormat, getXMLFormat, isCompositionType, isType, isValidRule, nullXML, nullXML, parseExtraConfig, passes, possibleValueOf, possibleValueOf, setCompositionType, setDefaultValue, setDefaultValue, setExtraConfig, setFrameSpan, setName, setOutputWidth, setStaticValue, setValue, setValue, setValue, setValue, setValue, toString |
Methods inherited from class viper.descriptors.attributes.AbstractAttribute |
getArchetype, getDefault, getExtraConfigInXML, getExtraConfigString, getName, isDynamic, loadAttributeType, named, named, parseAnInt, resetDefault, setArchetype, setDynamic |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Attribute_lvalue()
public Attribute_lvalue(boolean mobile)
mobile
- ==
Descriptor that holds this Attribute is of type OBJECTpublic Attribute_lvalue(Attribute old)
old
- the attribute to copyMethod Detail |
public java.lang.String getType()
AbstractAttribute
lvalue
or bbox
.
getType
in class Attribute
public java.lang.Object clone()
Attribute
clone
in class Attribute
public void setArchetype(java.lang.String value) throws BadDataException
AbstractAttribute
setArchetype
in class AbstractAttribute
value
- the description
BadDataException
public void setArchetype(org.w3c.dom.Element E) throws BadDataException
AbstractAttribute
setArchetype
in class AbstractAttribute
E
- the description
BadDataException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |