Uses of Class
org.eclipse.ohf.ihe.common.cdar2.ListTypeType

Packages that use ListTypeType
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of ListTypeType in org.eclipse.ohf.ihe.common.cdar2
 

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as ListTypeType
static ListTypeType ListTypeType.ORDERED_LITERAL
          The 'Ordered' literal object.
static ListTypeType ListTypeType.UNORDERED_LITERAL
          The 'Unordered' literal object.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return ListTypeType
static ListTypeType ListTypeType.get(int value)
          Returns the 'List Type Type' literal with the specified integer value.
static ListTypeType ListTypeType.get(java.lang.String literal)
          Returns the 'List Type Type' literal with the specified literal value.
static ListTypeType ListTypeType.getByName(java.lang.String name)
          Returns the 'List Type Type' literal with the specified name.
 ListTypeType StrucDocList.getListType()
          Returns the value of the 'List Type' attribute.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type ListTypeType
 void StrucDocList.setListType(ListTypeType value)
          Sets the value of the 'List Type' attribute.
 

Uses of ListTypeType in org.eclipse.ohf.ihe.common.cdar2.impl
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return ListTypeType
 ListTypeType CDAR2FactoryImpl.createListTypeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ListTypeType CDAR2FactoryImpl.createListTypeTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ListTypeType StrucDocListImpl.getListType()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type ListTypeType
 void StrucDocListImpl.setListType(ListTypeType newListType)
           
 

Uses of ListTypeType in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type ListTypeType
 boolean CDAR2Validator.validateListTypeType(ListTypeType listTypeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateListTypeTypeObject(ListTypeType listTypeTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)