com.rapidtransform.core.meta
Interface MetaProperty

All Known Implementing Classes:
BaseMetaProperty

public interface MetaProperty

Author:
Steve Werner

Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayKey()
           
 java.lang.String getName()
           
 QName getType()
           
 boolean isIndexed()
           
 boolean isRequired()
           
 boolean isValueList()
           
 

Method Detail

getDefaultValue

java.lang.String getDefaultValue()

getDescription

java.lang.String getDescription()

getDisplayKey

java.lang.String getDisplayKey()

getName

java.lang.String getName()

getType

QName getType()

isValueList

boolean isValueList()

isRequired

boolean isRequired()

isIndexed

boolean isIndexed()