Class SimpleAttribute
java.lang.Object
org.jboss.as.clustering.controller.SimpleAttribute
Adapts an
AttributeDefinition to the Attribute interface.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.AttributeDefinitionReturns the definition of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.Attribute
getName, resolveModelAttribute
-
Constructor Details
-
SimpleAttribute
public SimpleAttribute(org.jboss.as.controller.AttributeDefinition definition)
-
-
Method Details
-
getDefinition
public org.jboss.as.controller.AttributeDefinition getDefinition()Description copied from interface:DefinableReturns the definition of this object.- Specified by:
getDefinitionin interfaceDefinable<org.jboss.as.controller.AttributeDefinition>- Returns:
- this object's definition
-