Uses of Class
org.openliberty.xmltooling.dst2_1.ChangeFormat.ChangeFormatAttribute

Packages that use ChangeFormat.ChangeFormatAttribute
org.openliberty.xmltooling.dst2_1   
 

Uses of ChangeFormat.ChangeFormatAttribute in org.openliberty.xmltooling.dst2_1
 

Fields in org.openliberty.xmltooling.dst2_1 declared as ChangeFormat.ChangeFormatAttribute
private  ChangeFormat.ChangeFormatAttribute ItemDataAttributeGroup.changeFormat
           
 

Methods in org.openliberty.xmltooling.dst2_1 that return ChangeFormat.ChangeFormatAttribute
static ChangeFormat.ChangeFormatAttribute ChangeFormat.ChangeFormatAttribute.forValue(java.lang.String value)
           
 ChangeFormat.ChangeFormatAttribute ItemDataAttributeGroup.getChangeFormat()
           
static ChangeFormat.ChangeFormatAttribute ChangeFormat.ChangeFormatAttribute.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeFormat.ChangeFormatAttribute[] ChangeFormat.ChangeFormatAttribute.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openliberty.xmltooling.dst2_1 with parameters of type ChangeFormat.ChangeFormatAttribute
 void ItemDataAttributeGroup.setChangeFormat(ChangeFormat.ChangeFormatAttribute changeFormat, org.opensaml.xml.AbstractXMLObject abstractXMLobject)