|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrle.vm.SchemaBean
public class SchemaBean
A SchemaBean captures information about the data in a Variant Manager project. This includes the structural specification for the data tree, available Editors, and a list of AttributeSetBeans, which are groups of configurable properties(AttributeBeans) which can be assigned in a mix-and-match fashion to define data types in the structural specification.
Constructor Summary | |
---|---|
SchemaBean()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,AttributeSetBean> |
attributeSets(SchemaGroupNode groupStructure)
A Map of all attribute sets that relate to a particular SchemaGroupNode. |
java.util.Map<java.lang.String,AttributeSetBean> |
getAttributeSets()
|
java.util.Map<java.lang.String,EditorBean> |
getEditors()
|
SchemaGroupNode |
getStructureRoot()
|
SchemaInstanceNode |
instanceConfigPath(InfoNode node)
The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances". |
SchemaGroupNode |
schemaGroupNode(DataNode node)
The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances". |
void |
setAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> attributeSets)
|
void |
setEditors(java.util.Map<java.lang.String,EditorBean> editors)
|
void |
setStructureRoot(SchemaGroupNode structureRoot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaBean()
Method Detail |
---|
public void setAttributeSets(java.util.Map<java.lang.String,AttributeSetBean> attributeSets)
public java.util.Map<java.lang.String,AttributeSetBean> getAttributeSets()
public void setEditors(java.util.Map<java.lang.String,EditorBean> editors)
public java.util.Map<java.lang.String,EditorBean> getEditors()
public void setStructureRoot(SchemaGroupNode structureRoot)
public SchemaGroupNode getStructureRoot()
public SchemaGroupNode schemaGroupNode(DataNode node)
public SchemaInstanceNode instanceConfigPath(InfoNode node)
public java.util.Map<java.lang.String,AttributeSetBean> attributeSets(SchemaGroupNode groupStructure)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |