|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hyper9.simdk.codegen.impls.MetaPropertyImpl
public class MetaPropertyImpl
Constructor Summary | |
---|---|
MetaPropertyImpl(MetaType metaType)
|
Method Summary | |
---|---|
int |
compareTo(MetaProperty toCompare)
|
String |
getColumnName()
Gets the name of this property's column. |
List<String> |
getFieldAnnotations()
Gets a list of the property's field annotations. |
List<String> |
getGetterAnnotations()
Gets a list of the property's getter annotations. |
PropertyMapping |
getMapping()
Gets this property's mapping. |
MetaType |
getMetaType()
Get the MetaType that this MetaProperty belongs to. |
String |
getName()
Gets the name of the meta property. |
int |
getOrder()
Gets the meta property's order. |
OutType |
getOutType()
Gets the meta property's Out type. |
void |
setMapping(PropertyMapping toSet)
Sets this property's mapping. |
void |
setName(String toSet)
Sets the name of the meta property. |
void |
setOrder(int toSet)
Sets the meta property's order. |
void |
setOutType(OutType toSet)
Sets the meta property's Out type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaPropertyImpl(MetaType metaType)
Method Detail |
---|
public MetaType getMetaType()
MetaProperty
getMetaType
in interface MetaProperty
public String getName()
MetaProperty
getName
in interface MetaProperty
public int getOrder()
MetaProperty
getOrder
in interface MetaProperty
public OutType getOutType()
MetaProperty
getOutType
in interface MetaProperty
public void setName(String toSet)
MetaProperty
setName
in interface MetaProperty
toSet
- The name of the meta property.public void setOrder(int toSet)
MetaProperty
setOrder
in interface MetaProperty
toSet
- The meta property's order.public void setOutType(OutType toSet)
MetaProperty
setOutType
in interface MetaProperty
toSet
- The meta property's Out type.public int compareTo(MetaProperty toCompare)
compareTo
in interface Comparable<MetaProperty>
public String getColumnName()
MetaProperty
getColumnName
in interface MetaProperty
public PropertyMapping getMapping()
MetaProperty
getMapping
in interface MetaProperty
public void setMapping(PropertyMapping toSet)
MetaProperty
setMapping
in interface MetaProperty
toSet
- This property's mapping.public List<String> getGetterAnnotations()
MetaProperty
getGetterAnnotations
in interface MetaProperty
public List<String> getFieldAnnotations()
MetaProperty
getFieldAnnotations
in interface MetaProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |