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.