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

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

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

Subclasses of NameValuePairType in com.eu.miscedautils.ipxact.Component
static class FileSetType.Function.Argument
          Java class for anonymous complex type.
 class NameValueTypeType
          Name value pair with data type information.
 

Methods in com.eu.miscedautils.ipxact.Component that return NameValuePairType
 NameValuePairType ObjectFactory.createNameValuePairType()
          Create an instance of NameValuePairType
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type NameValuePairType
 javax.xml.bind.JAXBElement<NameValuePairType> ObjectFactory.createParameter(NameValuePairType value)
          Create an instance of JAXBElement<NameValuePairType>}
 java.util.List<NameValuePairType> File.getDefine()
          Gets the value of the define property.
 java.util.List<NameValuePairType> ServiceTypeDef.Parameters.getParameter()
          Gets the value of the parameter property.
 java.util.List<NameValuePairType> Parameters.getParameter()
          Gets the value of the parameter property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type NameValuePairType
 javax.xml.bind.JAXBElement<NameValuePairType> ObjectFactory.createParameter(NameValuePairType value)
          Create an instance of JAXBElement<NameValuePairType>}
 

Uses of NameValuePairType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell with parameters of type NameValuePairType
 void IPXACTComponent2RTL.traverseNameValuePairType(NameValuePairType param)