Class SimpleAttribute
- java.lang.Object
-
- org.jboss.as.clustering.controller.SimpleAttribute
-
-
Constructor Summary
Constructors Constructor Description SimpleAttribute(org.jboss.as.controller.AttributeDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.AttributeDefinitiongetDefinition()Returns the definition of this object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.Attribute
getName, resolveModelAttribute
-
-
-
-
Method Detail
-
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
-
-