|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
java.lang.Class |
getAssociatedClass()
Returns the corresponding Class object for the SimpleType, e.g. |
com.sap.dictionary.runtime.IBackendConversionRule |
getBackendConversionRule()
Returns the backend conversion rule for this DataType. |
java.lang.String |
getBackendName()
If the DataType is read from a non java-backend, a backend name exists and is delivered. |
java.util.Locale |
getLocale()
Returns the locale of this DataType. |
java.lang.String |
getLocalName()
Returns the unqualified name for this DataType, excluding the package, e.g text_simpletype for com.sap.abc.test_simpletype |
java.lang.String |
getName()
Returns the name for this DataType, including the package, e.g com.sap.abc.test_simpletype |
java.lang.String |
getPrefix()
Returns the type's package, e.g com.sap.abc for com.sap.abc.test_simpletype |
java.lang.String |
getQualifiedName()
Returns the name for this DataType, including the package, e.g com.sap.abc.test_simpletype |
boolean |
isModifyAllowed()
SimpleTypes are unchangable by default but can be cloned to changeable copies. |
boolean |
isSimpleType()
Returns true if this DataType is a SimpleType, false otherwise. |
boolean |
isStructure()
Returns true if this data type is a structure, false otherwise. |
| Method Detail |
public java.lang.String getName()
public java.lang.String getLocalName()
public java.lang.String getPrefix()
public java.lang.String getBackendName()
public java.util.Locale getLocale()
public java.lang.Class getAssociatedClass()
public boolean isModifyAllowed()
public boolean isSimpleType()
public boolean isStructure()
public java.lang.String getQualifiedName()
public com.sap.dictionary.runtime.IBackendConversionRule getBackendConversionRule()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||