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()
SingularAttribute
PluralAttribute
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.