| 
 | ||||||||||
| 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 MetaPropertypublic String getName()
MetaProperty
getName in interface MetaPropertypublic int getOrder()
MetaProperty
getOrder in interface MetaPropertypublic OutType getOutType()
MetaProperty
getOutType in interface MetaPropertypublic void setName(String toSet)
MetaProperty
setName in interface MetaPropertytoSet - The name of the meta property.public void setOrder(int toSet)
MetaProperty
setOrder in interface MetaPropertytoSet - The meta property's order.public void setOutType(OutType toSet)
MetaProperty
setOutType in interface MetaPropertytoSet - The meta property's Out type.public int compareTo(MetaProperty toCompare)
compareTo in interface Comparable<MetaProperty>public String getColumnName()
MetaProperty
getColumnName in interface MetaPropertypublic PropertyMapping getMapping()
MetaProperty
getMapping in interface MetaPropertypublic void setMapping(PropertyMapping toSet)
MetaProperty
setMapping in interface MetaPropertytoSet - This property's mapping.public List<String> getGetterAnnotations()
MetaProperty
getGetterAnnotations in interface MetaPropertypublic List<String> getFieldAnnotations()
MetaProperty
getFieldAnnotations in interface MetaProperty| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||