Interface DataTypeDefinition
Read-only definition of a Data Type
- Author:
- David Caruana
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The problem identified in MNT-413 will still existgetDescription
(MessageLookup messageLookup) getModel()
getName()
getTitle()
Deprecated.The problem identified in MNT-413 will still existgetTitle
(MessageLookup messageLookup)
-
Field Details
-
ANY
-
ENCRYPTED
-
TEXT
-
MLTEXT
-
CONTENT
-
INT
-
LONG
-
FLOAT
-
DOUBLE
-
DATE
-
DATETIME
-
BOOLEAN
-
QNAME
-
CATEGORY
-
NODE_REF
-
CHILD_ASSOC_REF
-
ASSOC_REF
-
PATH
-
LOCALE
-
PERIOD
-
-
Method Details
-
getModel
ModelDefinition getModel()- Returns:
- defining model
-
getName
QName getName()- Returns:
- the qualified name of the data type
-
getTitle
String getTitle()Deprecated.The problem identified in MNT-413 will still exist -
getDescription
String getDescription()Deprecated.The problem identified in MNT-413 will still exist -
getTitle
- Returns:
- the human-readable class title
-
getDescription
- Returns:
- the human-readable class description
-
getJavaClassName
String getJavaClassName()- Returns:
- the equivalent java class name (or null, if not mapped)
-