Package net.anotheria.asg.generator.meta
Class MetaEnumerationProperty
- java.lang.Object
-
- net.anotheria.asg.generator.meta.MetaProperty
-
- net.anotheria.asg.generator.meta.MetaEnumerationProperty
-
- All Implemented Interfaces:
java.lang.Cloneable
public class MetaEnumerationProperty extends MetaProperty
A property of enumeration type.- Version:
- $Id: $Id
- Author:
- another
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.anotheria.asg.generator.meta.MetaProperty
MetaProperty.Type
-
-
Constructor Summary
Constructors Constructor Description MetaEnumerationProperty(java.lang.String aName, MetaProperty.Type aType)Creates a new enumeration property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEnumeration()Getter for the fieldenumeration.voidsetEnumeration(java.lang.String string)Setter for the fieldenumeration.-
Methods inherited from class net.anotheria.asg.generator.meta.MetaProperty
clone, getAccesserName, getAccesserName, getMetaType, getName, getName, getName, getType, isLinked, isMultilingual, isReadonly, setMultilingual, setName, setReadonly, toBeanGetter, toBeanGetter, toBeanSetter, toBeanSetter, toGetter, toGetter, toJavaErasedType, toJavaObjectType, toJavaType, toNameConstant, toNameConstant, toPropertyGetter, toPropertySetter, toSetter, toSetter, toString
-
-
-
-
Constructor Detail
-
MetaEnumerationProperty
public MetaEnumerationProperty(java.lang.String aName, MetaProperty.Type aType)Creates a new enumeration property.- Parameters:
aName- aStringobject.aType- aMetaProperty.Typeobject.
-
-