com.sun.mdm.index.edm.services.configuration
Class EosFieldGroupConfig
java.lang.Object
com.sun.mdm.index.edm.services.configuration.EosFieldGroupConfig
- All Implemented Interfaces:
- java.io.Serializable
- public class EosFieldGroupConfig
- extends java.lang.Object
- implements java.io.Serializable
Model search group
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EosFieldGroupConfig
public EosFieldGroupConfig(java.lang.String name,
ObjectNodeConfig rootObj)
- Constructor for the EosFieldGroupConfig object
- Parameters:
name
- Description of the ParameterrootObj
- the root object
addFieldRef
void addFieldRef(java.lang.String refName,
java.lang.String require)
addFieldRef
void addFieldRef(java.lang.String refName,
java.lang.String choice,
java.lang.String require)
throws ProcessingException
- Throws:
ProcessingException
getFieldConfigs
public FieldConfig[] getFieldConfigs()
throws ProcessingException
- Returns:
- the field config objs
- Throws:
ProcessingException
- when processing fields fails
getFieldRefs
public java.lang.String[] getFieldRefs()
- Returns:
- the field refs as strings
getFieldRefsAsArrayList
public java.util.ArrayList getFieldRefsAsArrayList()
- Returns:
- the field refs as arraylist
getName
public java.lang.String getName()
- Returns:
- the name
toString
public java.lang.String toString()
- Description of the Method
- Returns:
- Description of the Return Value
Sun Microsystems, Inc.