public class MFieldNameParser
extends java.lang.Object
Constructor and Description |
---|
MFieldNameParser(java.lang.String fieldName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFirst() |
int |
getIndex() |
java.lang.String |
getNext() |
java.lang.String |
getRealName() |
boolean |
isComplex() |
boolean |
isComplexNotSequence() |
boolean |
isSequence() |
public MFieldNameParser(java.lang.String fieldName) throws MException
MException
public boolean isComplex()
public boolean isComplexNotSequence()
public boolean isSequence()
public int getIndex() throws MException
MException
public java.lang.String getFirst()
public java.lang.String getNext()
public java.lang.String getRealName()