public interface FeatureBean extends Comparable<FeatureBean>, Serializable
EStructuralFeature of a PersistentEObject.| Modifier and Type | Method and Description | 
|---|---|
| int | id()Returns the identifier of the feature. | 
| boolean | isMany()Checks if this feature is multi-valued. | 
| Id | owner()Returns the identifier of the object using the feature. | 
| int | position()Returns the position of the feature in the  owner(). | 
compareTo@Nonnull Id owner()
int id()
@Nonnegative int position()
boolean isMany()
true if this feature is multi-valuedCopyright © 2013–2019 Atlanmod. All rights reserved.