public interface Attribute
| Modifier and Type | Method and Description | 
|---|---|
AttributeContainer | 
getAttributeContainer()
Retrieve the declaring container for this attribute (entity/component). 
 | 
String | 
getName()
Retrieve the attribute name. 
 | 
boolean | 
isSingular()
An attribute can be either:
 singular - castable to  
SingularAttribute
 plural - castable to PluralAttribute
  | 
String getName()
AttributeContainer getAttributeContainer()
boolean isSingular()
SingularAttributePluralAttribute
 Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.