com.bigllc.retsiq.metadata
Class MetadataColumnGroupTable
java.lang.Object
com.bigllc.retsiq.metadata.MetadataTableMap
com.bigllc.retsiq.metadata.MetadataColumnGroupTable
public class MetadataColumnGroupTable
- extends MetadataTableMap
| Methods inherited from class com.bigllc.retsiq.metadata.MetadataTableMap |
addChild, get, getChild, getFullPathName, getKeys, getMap, getName, getNameKey, getParent, getRoot, getSystem, removeChild, setChildren, setParent, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
METADATA_ENTRY_ID
public static final java.lang.String METADATA_ENTRY_ID
- See Also:
- Constant Field Values
SYSTEM_NAME
public static final java.lang.String SYSTEM_NAME
- See Also:
- Constant Field Values
LONG_NAME
public static final java.lang.String LONG_NAME
- See Also:
- Constant Field Values
SHORT_NAME
public static final java.lang.String SHORT_NAME
- See Also:
- Constant Field Values
DISPLAY_ORDER
public static final java.lang.String DISPLAY_ORDER
- See Also:
- Constant Field Values
DISPLAY_LENGTH
public static final java.lang.String DISPLAY_LENGTH
- See Also:
- Constant Field Values
DISPLAY_HEIGHT
public static final java.lang.String DISPLAY_HEIGHT
- See Also:
- Constant Field Values
MetadataColumnGroupTable
public MetadataColumnGroupTable(java.util.Map<java.lang.String,java.lang.String> map)
getMetadataEntryId
public java.lang.String getMetadataEntryId()
getSystemName
public java.lang.String getSystemName()
getDisplayOrder
public int getDisplayOrder()
getDisplayHeight
public int getDisplayHeight()
getDisplayLength
public int getDisplayLength()
getField
public MetadataTable getField()
getLongName
public java.lang.String getLongName()
getShortName
public java.lang.String getShortName()
getMetadataType
public com.bigllc.retsiq.api.RETSConstants.MetadataType getMetadataType()
- Specified by:
getMetadataType in class MetadataTableMap
getAttributeName
public java.lang.String getAttributeName()
- Specified by:
getAttributeName in class MetadataTableMap
getDate
public java.lang.String getDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getDate in class MetadataTableMap
getVersion
public java.lang.String getVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getVersion in class MetadataTableMap
getChildren
public java.util.List<? extends MetadataTableMap> getChildren(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getChildren in class MetadataTableMap
setChildrenList
public void setChildrenList(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.util.List<? extends MetadataTableMap> children)
- Description copied from class:
MetadataTableMap
- This method should be implemented to set the underlying list
to the one passed. It is called from setChildren. Lookups are
and setParent are handled by setChildren.
- Specified by:
setChildrenList in class MetadataTableMap
- Parameters:
type - the metadata type of the listchildren - the list containing the children nodes.
getChildrenLookup
public java.util.Map<java.lang.String,? extends MetadataTableMap> getChildrenLookup(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
- Specified by:
getChildrenLookup in class MetadataTableMap
getChildTypes
public com.bigllc.retsiq.api.RETSConstants.MetadataType[] getChildTypes()
- Overrides:
getChildTypes in class MetadataTableMap