public final class SchemaTypeNameExtension extends Object implements com.orchestranetworks.schema.SchemaTypeName
| Modifier and Type | Field and Description |
|---|---|
static com.orchestranetworks.schema.SchemaTypeName |
INTERVAL
Built-in schema type for interval values supported by the add-on.
|
static com.orchestranetworks.schema.SchemaTypeName |
PERCENTAGE
Built-in schema type for percentage values supported by the add-on.
|
static com.orchestranetworks.schema.SchemaTypeName |
PROFILE
Built-in schema type for profile values supported by the add-on.
|
OSD_COLOR, OSD_DATASET_NAME, OSD_DATASPACE_KEY, OSD_EMAIL, OSD_LOCALE, OSD_PASSWORD, OSD_RESOURCE, OSD_STRING_HTML, OSD_TEXT, OSD_UDA, OSD_UDA_CATALOG, XS_ANY_URI, XS_BOOLEAN, XS_DATE, XS_DATETIME, XS_DECIMAL, XS_INT, XS_INTEGER, XS_NAME, XS_NMTOKEN, XS_NMTOKENS, XS_STRING, XS_TIME| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.onwbp.base.text.UserMessage |
getBuiltInTypeLabel()
Returns the localized label of this schema type name.
|
String |
getNameWithoutPrefix()
Returns the unique string representing this schema type name.
|
int |
hashCode() |
boolean |
isNoNamespaceDatatype()
Returns
false. |
boolean |
isOSDDatatype()
Returns
false. |
boolean |
isXSDBuiltInDatatype()
Returns
false. |
public static final com.orchestranetworks.schema.SchemaTypeName INTERVAL
IntervalValuepublic static final com.orchestranetworks.schema.SchemaTypeName PERCENTAGE
PercentageValuepublic static final com.orchestranetworks.schema.SchemaTypeName PROFILE
It should be used when defining an input parameter as profiles.
public com.onwbp.base.text.UserMessage getBuiltInTypeLabel()
getBuiltInTypeLabel in interface com.orchestranetworks.schema.SchemaTypeNamepublic String getNameWithoutPrefix()
getNameWithoutPrefix in interface com.orchestranetworks.schema.SchemaTypeNamepublic boolean isNoNamespaceDatatype()
false.isNoNamespaceDatatype in interface com.orchestranetworks.schema.SchemaTypeNamepublic boolean isOSDDatatype()
false.isOSDDatatype in interface com.orchestranetworks.schema.SchemaTypeNamepublic boolean isXSDBuiltInDatatype()
false.isXSDBuiltInDatatype in interface com.orchestranetworks.schema.SchemaTypeName