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

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

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as FrameType
static FrameType FrameType.ABOVE_LITERAL
          The 'Above' literal object.
static FrameType FrameType.BELOW_LITERAL
          The 'Below' literal object.
static FrameType FrameType.BORDER_LITERAL
          The 'Border' literal object.
static FrameType FrameType.BOX_LITERAL
          The 'Box' literal object.
static FrameType FrameType.HSIDES_LITERAL
          The 'Hsides' literal object.
static FrameType FrameType.LHS_LITERAL
          The 'Lhs' literal object.
static FrameType FrameType.RHS_LITERAL
          The 'Rhs' literal object.
static FrameType FrameType.VOID_LITERAL
          The 'Void' literal object.
static FrameType FrameType.VSIDES_LITERAL
          The 'Vsides' literal object.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type FrameType
 void StrucDocTable.setFrame(FrameType value)
          Sets the value of the 'Frame' attribute.
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return FrameType
 FrameType CDAR2FactoryImpl.createFrameTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 FrameType CDAR2FactoryImpl.createFrameTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 FrameType StrucDocTableImpl.getFrame()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type FrameType
 void StrucDocTableImpl.setFrame(FrameType newFrame)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type FrameType
 boolean CDAR2Validator.validateFrameType(FrameType frameType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean CDAR2Validator.validateFrameTypeObject(FrameType frameTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)