Interface ICustomizationEntityAttribute
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ICustomizationEntityAttribute extends com4j.Com4jObjectRepresents an entity property.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdefaultValue()Default value of the attribute.java.lang.Stringid()Id of the attribute.java.lang.Stringname()Name of the attribute.
 
- 
- 
- 
Method Detail- 
idjava.lang.String id() Id of the attribute. Getter method for the COM property "ID" - Returns:
- Returns a value of type java.lang.String
 
 - 
namejava.lang.String name() Name of the attribute. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
defaultValuejava.lang.String defaultValue() Default value of the attribute. Getter method for the COM property "DefaultValue" - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-