com.rapidtransform.core.meta
Interface MetaType

All Superinterfaces:
MetaClass
All Known Implementing Classes:
BaseMetaType

public interface MetaType
extends MetaClass

Author:
Steve

Method Summary
 java.util.Collection<MetaPropertyValue> getValidValues()
           
 boolean isMultiselect()
           
 
Methods inherited from interface com.rapidtransform.core.meta.MetaClass
getDescription, getDisplay, getExtendsClass, getJavaClass, getName, getProperties, getRelations, isSearchable
 

Method Detail

isMultiselect

boolean isMultiselect()

getValidValues

java.util.Collection<MetaPropertyValue> getValidValues()