Uses of Class
com.eu.miscedautils.ipxact.Abstractor.AbstractorModeType

Packages that use AbstractorModeType
com.eu.miscedautils.ipxact.Abstractor   
 

Uses of AbstractorModeType in com.eu.miscedautils.ipxact.Abstractor
 

Methods in com.eu.miscedautils.ipxact.Abstractor that return AbstractorModeType
static AbstractorModeType AbstractorModeType.fromValue(java.lang.String v)
           
 AbstractorModeType AbstractorType.AbstractorMode.getValue()
          Mode for this abstractor
static AbstractorModeType AbstractorModeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractorModeType[] AbstractorModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.Abstractor with parameters of type AbstractorModeType
 void AbstractorType.AbstractorMode.setValue(AbstractorModeType value)
          Sets the value of the value property.