public final class Group extends AbstractAccessEntity
| In DDMS | 2.0 | 3.0 | 3.1 | 4.0.1/4.1 | 5.0 | 
| History | 
|---|
| This class was introduced to support NTK components in DDMS 4.1. Those components are no longer a part of DDMS 5.0. | 
| Nested Elements | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 
 
 | 
| Attributes | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 
 
 
 | 
| Validation Rules | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 
 
 
 
 
 
 | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Group.BuilderBuilder for this DDMS component. | 
OUTPUT_TEMPLATES| Constructor and Description | 
|---|
| Group(nu.xom.Element element)Constructor for creating a component from a XOM Element | 
| Group(SystemName systemName,
     List<GroupValue> groupValues,
     SecurityAttributes securityAttributes)Constructor for creating a component from raw data | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj)Test for logical equality. | 
| List<GroupValue> | getGroupValues()Accessor for the list of group values (1-many) | 
| static String | getName(DDMSVersion version)Accessor for the element name of this component, based on the version of DDMS used | 
| protected List<IDDMSComponent> | getNestedComponents()Accessor for a collection of nested components. | 
| protected String | getOutputName()Allows inheriting classes to provide a name for HTML/Text/JSON output. | 
| protected List<?> | getOutputValues()Allows inheriting classes to provide the access values for HTML/Text/JSON output. | 
| protected void | validate()Base case for validation. | 
getHTMLTextOutput, getJSONObject, getSecurityAttributes, getSystemNameaddDdms40Warning, addJson, addJson, addJson, addJson, addWarning, addWarnings, buildHTMLTextOutput, buildHTMLTextOutput, buildIndex, buildPrefix, getAttributeValue, getAttributeValue, getChild, getChildTextAsDouble, getDDMSVersion, getLocatorSuffix, getName, getNamespace, getPrefix, getQualifiedName, getValidationWarnings, getXOMElement, getXOMElementCopy, hashCode, requireAtLeastVersion, requireAtMostVersion, setXOMElement, toHTML, toJSON, toString, toText, toXML, validateWarningspublic Group(nu.xom.Element element)
      throws InvalidDDMSException
element - the XOM element representing thisInvalidDDMSException - if any required information is missing or malformedpublic Group(SystemName systemName, List<GroupValue> groupValues, SecurityAttributes securityAttributes) throws InvalidDDMSException
systemName - the system namegroupValues - the list of valuessecurityAttributes - security attributesInvalidDDMSException - if any required information is missing or malformedprotected void validate()
                 throws InvalidDDMSException
AbstractBaseComponentvalidate in class AbstractAccessEntityInvalidDDMSExceptionAbstractBaseComponent.validate()protected String getOutputName()
AbstractAccessEntitygetOutputName in class AbstractAccessEntityAbstractAccessEntity.getOutputName()protected List<?> getOutputValues()
AbstractAccessEntitygetOutputValues in class AbstractAccessEntityAbstractAccessEntity.getOutputValues()protected List<IDDMSComponent> getNestedComponents()
AbstractBaseComponentgetNestedComponents in class AbstractAccessEntityAbstractBaseComponent.getNestedComponents()public boolean equals(Object obj)
AbstractBaseComponentThe base case tests against the name value and namespaceURI, as well as any child components classified as "nested components" and any security attributes. Extending classes may require additional rules for equality. This case automatically includes any nested components or security attributes.
equals in class AbstractAccessEntityObject.equals(Object)public static String getName(DDMSVersion version)
version - the DDMSVersionpublic List<GroupValue> getGroupValues()
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/