Uses of Class
com.eu.miscedautils.ipxact.Component.NameValuePairType.Value

Packages that use NameValuePairType.Value
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of NameValuePairType.Value in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return NameValuePairType.Value
 NameValuePairType.Value ObjectFactory.createNameValuePairTypeValue()
          Create an instance of NameValuePairType.Value
 NameValuePairType.Value NameValuePairType.getValue()
          Gets the value of the value property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type NameValuePairType.Value
 void NameValuePairType.setValue(NameValuePairType.Value value)
          Sets the value of the value property.
 

Uses of NameValuePairType.Value in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type NameValuePairType.Value
 java.lang.String IPXACTBackBone.createCommandForNameValuePairTypeValue(NameValuePairType.Value value)