Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
IMCFieldType |
IMCMessageType.getFieldType(java.lang.String field) |
static IMCFieldType |
IMCUtil.getType(java.lang.String typeName) |
static IMCFieldType |
IMCFieldType.getType(java.lang.String typeName) |
static IMCFieldType |
IMCFieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMCFieldType[] |
IMCFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IMCFieldType> |
IMCMessageType.getFieldIMCTypes() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IMCDefinition.deserialize(IMCFieldType type,
java.io.DataInput in,
java.lang.String context) |
static java.lang.Object |
IMCUtil.parseString(IMCFieldType type,
java.lang.String text) |