|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidtransform.core.meta.def.BaseMetaClass
com.rapidtransform.core.meta.def.BaseMetaType
public class BaseMetaType
Constructor Summary | |
---|---|
BaseMetaType()
|
Method Summary | |
---|---|
java.util.Collection<MetaPropertyValue> |
getValidValues()
|
boolean |
isMultiselect()
|
void |
setMultiselect(boolean multiselect)
|
void |
setValidValues(java.util.List<MetaPropertyValue> validValues)
|
Methods inherited from class com.rapidtransform.core.meta.def.BaseMetaClass |
---|
getDescription, getDisplay, getExtendsClass, getJavaClass, getName, getProperties, getRelations, isSearchable, setDescription, setDisplay, setExtendsClass, setJavaClass, setName, setProperties, setRelations, setSearchable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rapidtransform.core.meta.MetaClass |
---|
getDescription, getDisplay, getExtendsClass, getJavaClass, getName, getProperties, getRelations, isSearchable |
Constructor Detail |
---|
public BaseMetaType()
Method Detail |
---|
public java.util.Collection<MetaPropertyValue> getValidValues()
getValidValues
in interface MetaType
public void setValidValues(java.util.List<MetaPropertyValue> validValues)
validValues
- The validValues to set.public boolean isMultiselect()
isMultiselect
in interface MetaType
public void setMultiselect(boolean multiselect)
multiselect
- The multiselect to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |