Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface DatatypeLibrary
Method Summary | |
Datatype |
|
DatatypeBuilder |
|
public Datatype createDatatype(String typeLocalName) throws DatatypeException
Gets or creates a pre-defined type. This is just a short-cut ofcreateDatatypeBuilder(typeLocalName).createDatatype();
The callee should throw a DatatypeException in case of an error.
- Returns:
- A non-null valid datatype object.
public DatatypeBuilder createDatatypeBuilder(String baseTypeLocalName) throws DatatypeException
Creates a new instance of DatatypeBuilder. The callee should throw a DatatypeException in case of an error.
- Parameters:
baseTypeLocalName
- The local name of the base type.
- Returns:
- A non-null valid datatype object.