Package org.jboss.as.controller
Class AttributeDefinition.NameAndGroup
java.lang.Object
org.jboss.as.controller.AttributeDefinition.NameAndGroup
- All Implemented Interfaces:
Comparable<AttributeDefinition.NameAndGroup>
- Enclosing class:
- AttributeDefinition
public static final class AttributeDefinition.NameAndGroup
extends Object
implements Comparable<AttributeDefinition.NameAndGroup>
Simple
Comparable that encapsulates the name of an attribute and any attribute group,
ordering first one group (null group first) and then one attribute name.- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameAndGroup
-
NameAndGroup
-
NameAndGroup
-
-
Method Details
-
getName
-
getGroup
-
compareTo
- Specified by:
compareToin interfaceComparable<AttributeDefinition.NameAndGroup>
-
equals
-
hashCode
public int hashCode()
-