Interface IMetaObjectIndex
-
public interface IMetaObjectIndex
Representation of a database index for an entity member.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends IMetaPrimitive>
getAttributes()
Returns the attributes for this index.java.util.UUID
getModelGUID()
Returns the identifier of the modeled index which is the base of this meta object index.boolean
isAttributeAscending(IMetaPrimitive attribute)
-
-
-
Method Detail
-
getAttributes
java.util.List<? extends IMetaPrimitive> getAttributes()
Returns the attributes for this index.- Returns:
- the attributes
-
isAttributeAscending
boolean isAttributeAscending(IMetaPrimitive attribute)
-
getModelGUID
java.util.UUID getModelGUID()
Returns the identifier of the modeled index which is the base of this meta object index.- Returns:
- the identifier
-
-