|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataModel | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of DataModel in biz.c24.io.api |
---|
Methods in biz.c24.io.api that return DataModel | |
---|---|
static DataModel |
Utils.getModelForURI(ComplexDataObject obj,
String uri)
Retuns the model mapped to by prefix . |
Methods in biz.c24.io.api with parameters of type DataModel | |
---|---|
static ComplexDataType |
Utils.createURType(String name,
DataModel model)
Returns a new complex type which is the best possible representation of the UR-type (the base of all complex types). |
Uses of DataModel in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return DataModel | |
---|---|
static DataModel |
DataModel.getBuiltInInstance()
Returns a singleton instance. |
DataModel |
DataComponent.getModel()
Returns the model. |
DataModel |
DataType.getModel()
Returns the model. |
DataModel |
ComplexDataObject.getModel()
Returns the model (the root of the meta-data) which defines this object. |
Methods in biz.c24.io.api.data with parameters of type DataModel | |
---|---|
boolean |
RedefineManager.isRegistered(DataModel model)
Returns whether the specified model is registered. |
void |
RedefineManager.register(DataModel[] models)
Registers the specified set of models. |
void |
DataComponent.setModel(DataModel model)
Sets the model. |
void |
DataType.setModel(DataModel model)
Sets the model. |
Constructors in biz.c24.io.api.data with parameters of type DataModel | |
---|---|
AnyAttribute(DataModel model)
Constructs a new instance from the specified model. |
|
AnyElement(int minCardinality,
int maxCardinality,
DataModel model)
Constructs a new instance with the specified values. |
|
Attribute(String name,
int minCardinality,
int maxCardinality,
Attribute ref,
DataModel model)
Constructs a new instance with the specified reference and other values. |
|
Attribute(String name,
int minCardinality,
int maxCardinality,
Class typeClass,
DataModel model)
Constructs a new lazily initialised instance with the specified type class and other values. |
|
Attribute(String name,
int minCardinality,
int maxCardinality,
SimpleDataType type,
DataModel model)
Constructs a new instance with the specified type and other values. |
|
Element(String name,
int minCardinality,
int maxCardinality,
Class typeClass,
DataModel model)
Constructs a new lazily initalised instance with the specified type class and other values. |
|
Element(String name,
int minCardinality,
int maxCardinality,
DataType type,
DataModel model)
Constructs a new instance with the specified type and other values. |
|
Element(String name,
int minCardinality,
int maxCardinality,
Element ref,
DataModel model)
Constructs a new instance with the specified reference and other values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |