Interface ICustomizationEntityAttributes
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ICustomizationEntityAttributes extends com4j.Com4jObjectRepresents an entity attribute.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IListgetEntityAttributes(java.lang.String entityType)Gets the list of all ICustomizationEntityAttribute for the specified entity.
 
- 
- 
- 
Method Detail- 
getEntityAttributesIList 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
 
 
- 
 
-