public class InterchangeSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MODCA_PRESENTATION_INTERCHANGE_SET_1
interchange set 1 string value
|
static java.lang.String |
MODCA_PRESENTATION_INTERCHANGE_SET_2
interchange set 2 string value
|
static java.lang.String |
MODCA_RESOURCE_INTERCHANGE_SET
resource interchange set string value
|
Constructor and Description |
---|
InterchangeSet(int value)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
is1()
Returns true if complies with MOD:CA interchange set 1
|
boolean |
is2()
Returns true if complies with MOD:CA interchange set 2
|
boolean |
isResource()
Returns true if complies with MOD:CA resource set
|
boolean |
supportsLevel2()
Returns true if MOD:CA interchange set 2 (resource groups) is supported
|
java.lang.String |
toString() |
static InterchangeSet |
valueOf(java.lang.String str)
Returns the interchange set value of a given string
|
public static final java.lang.String MODCA_PRESENTATION_INTERCHANGE_SET_1
public static final java.lang.String MODCA_PRESENTATION_INTERCHANGE_SET_2
public static final java.lang.String MODCA_RESOURCE_INTERCHANGE_SET
public InterchangeSet(int value)
value
- the interchange set valuepublic static InterchangeSet valueOf(java.lang.String str)
str
- an interchange set valueprotected boolean is1()
public boolean is2()
public boolean isResource()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean supportsLevel2()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.