Interface ICustomizationEntityAttributes
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationEntityAttributes extends com4j.Com4jObject
Represents an entity attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getEntityAttributes(java.lang.String entityType)
Gets the list of all ICustomizationEntityAttribute for the specified entity.
-
-
-
Method Detail
-
getEntityAttributes
IList getEntityAttributes(java.lang.String entityType)
Gets the list of all ICustomizationEntityAttribute for the specified entity.
- Parameters:
entityType
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-