|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryDataEncoding | |
|---|---|
| org.eclipse.ohf.ihe.common.cdar2 | |
| org.eclipse.ohf.ihe.common.cdar2.impl | |
| org.eclipse.ohf.ihe.common.cdar2.util | |
| Uses of BinaryDataEncoding in org.eclipse.ohf.ihe.common.cdar2 |
|---|
| Fields in org.eclipse.ohf.ihe.common.cdar2 declared as BinaryDataEncoding | |
|---|---|
static BinaryDataEncoding |
BinaryDataEncoding.B64_LITERAL
The 'B64' literal object. |
static BinaryDataEncoding |
BinaryDataEncoding.TXT_LITERAL
The 'TXT' literal object. |
| Methods in org.eclipse.ohf.ihe.common.cdar2 that return BinaryDataEncoding | |
|---|---|
static BinaryDataEncoding |
BinaryDataEncoding.get(int value)
Returns the 'Binary Data Encoding' literal with the specified integer value. |
static BinaryDataEncoding |
BinaryDataEncoding.get(java.lang.String literal)
Returns the 'Binary Data Encoding' literal with the specified literal value. |
static BinaryDataEncoding |
BinaryDataEncoding.getByName(java.lang.String name)
Returns the 'Binary Data Encoding' literal with the specified name. |
BinaryDataEncoding |
BIN1.getRepresentation()
Returns the value of the 'Representation' attribute. |
| Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type BinaryDataEncoding | |
|---|---|
void |
BIN1.setRepresentation(BinaryDataEncoding value)
Sets the value of the ' Representation' attribute. |
| Uses of BinaryDataEncoding in org.eclipse.ohf.ihe.common.cdar2.impl |
|---|
| Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return BinaryDataEncoding | |
|---|---|
BinaryDataEncoding |
CDAR2FactoryImpl.createBinaryDataEncodingFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
BinaryDataEncoding |
CDAR2FactoryImpl.createBinaryDataEncodingObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
BinaryDataEncoding |
BIN1Impl.getRepresentation()
|
| Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type BinaryDataEncoding | |
|---|---|
void |
BIN1Impl.setRepresentation(BinaryDataEncoding newRepresentation)
|
| Uses of BinaryDataEncoding in org.eclipse.ohf.ihe.common.cdar2.util |
|---|
| Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type BinaryDataEncoding | |
|---|---|
boolean |
CDAR2Validator.validateBinaryDataEncoding(BinaryDataEncoding binaryDataEncoding,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
CDAR2Validator.validateBinaryDataEncodingObject(BinaryDataEncoding binaryDataEncodingObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||