public class InterchangeSet extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MODCA_PRESENTATION_INTERCHANGE_SET_1
interchange set 1 string value
|
static String |
MODCA_PRESENTATION_INTERCHANGE_SET_2
interchange set 2 string value
|
static 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
|
String |
toString() |
static InterchangeSet |
valueOf(String str)
Returns the interchange set value of a given string
|
public static final String MODCA_PRESENTATION_INTERCHANGE_SET_1
public static final String MODCA_PRESENTATION_INTERCHANGE_SET_2
public static final String MODCA_RESOURCE_INTERCHANGE_SET
public InterchangeSet(int value)
value
- the interchange set valuepublic static InterchangeSet valueOf(String str)
str
- an interchange set valueprotected boolean is1()
public boolean is2()
public boolean isResource()
public boolean supportsLevel2()
Copyright © 2025 Apache Software Foundation. All rights reserved.