Uses of Class
to.etc.domui.component.meta.PropertyRelationType

Packages that use PropertyRelationType
to.etc.domui.component.meta   
to.etc.domui.component.meta.impl   
 

Uses of PropertyRelationType in to.etc.domui.component.meta
 

Methods in to.etc.domui.component.meta that return PropertyRelationType
 PropertyRelationType PropertyMetaModel.getRelationType()
          Tells if this property represents some kind of database relation (a "parent" property referring to the master of this child record, or a property representing the list of children).
static PropertyRelationType PropertyRelationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyRelationType[] PropertyRelationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PropertyRelationType in to.etc.domui.component.meta.impl
 

Methods in to.etc.domui.component.meta.impl that return PropertyRelationType
 PropertyRelationType PathPropertyMetaModel.getRelationType()
           
 PropertyRelationType ExpandedDisplayProperty.getRelationType()
           
 PropertyRelationType PropertyMetaModelWrapper.getRelationType()
           
 PropertyRelationType DefaultPropertyMetaModel.getRelationType()
           
 

Methods in to.etc.domui.component.meta.impl with parameters of type PropertyRelationType
 void DefaultPropertyMetaModel.setRelationType(PropertyRelationType relationType)