Uses of Class
com.ibm.pim.attribute.AttributeDefinitionProperty.Name

Packages that use AttributeDefinitionProperty.Name
com.ibm.pim.attribute   
 

Uses of AttributeDefinitionProperty.Name in com.ibm.pim.attribute
 

Methods in com.ibm.pim.attribute that return AttributeDefinitionProperty.Name
 AttributeDefinitionProperty.Name AttributeDefinitionProperty.getName()
          Returns the type of this AttributeDefinitionProperty
static AttributeDefinitionProperty.Name AttributeDefinitionProperty.Name.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeDefinitionProperty.Name[] AttributeDefinitionProperty.Name.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.attribute with parameters of type AttributeDefinitionProperty.Name
 AttributeDefinitionProperty AttributeDefinition.createProperty(AttributeDefinitionProperty.Name name)
          Factory method to create a new property for this attribute
 AttributeDefinitionProperty AttributeDefinition.getProperty(AttributeDefinitionProperty.Name propertyType)
          Get a property of this attribute