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.Builder
Builder 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, getSystemName
addDdms40Warning, 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, validateWarnings
public 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
AbstractBaseComponent
validate
in class AbstractAccessEntity
InvalidDDMSException
AbstractBaseComponent.validate()
protected String getOutputName()
AbstractAccessEntity
getOutputName
in class AbstractAccessEntity
AbstractAccessEntity.getOutputName()
protected List<?> getOutputValues()
AbstractAccessEntity
getOutputValues
in class AbstractAccessEntity
AbstractAccessEntity.getOutputValues()
protected List<IDDMSComponent> getNestedComponents()
AbstractBaseComponent
getNestedComponents
in class AbstractAccessEntity
AbstractBaseComponent.getNestedComponents()
public boolean equals(Object obj)
AbstractBaseComponent
The 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 AbstractAccessEntity
Object.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/