| |
|
| org.objectweb.jonas.webapp.jonasadmin.xml.xs.SchemaRestrictions
All known Subclasses: org.objectweb.jonas.webapp.jonasadmin.xml.xs.hardcoded.HCSchemaRestrictions,
SchemaRestrictions | public interface SchemaRestrictions (Code) | | An interface to represent the schema restrictions from a schema.
author: Gregory Lapouchnian author: Patrick Smith |
EAR_TYPE | static int EAR_TYPE(Code) | | An ear typed archive.
|
JAR_TYPE | static int JAR_TYPE(Code) | | A jar typed archive.
|
RAR_TYPE | static int RAR_TYPE(Code) | | A rar typed archive
|
WAR_TYPE | static int WAR_TYPE(Code) | | A war typed archive.
|
getComplexElements | Set getComplexElements()(Code) | | Returns a set of the complex elements from this schema.
a set of the complex elements from this schema. |
getElementRestrictions | ElementRestrictions getElementRestrictions(String name)(Code) | | Returns the element restrictions for the element given by name.
Parameters: name - the element to get the restrictions for. the element restrictions for the element given by name. |
hasElementRestrictions | boolean hasElementRestrictions(String name)(Code) | | Returns if the element given by name has an element restriction
Parameters: name - the name of the element to check. if the element given by name has an element restriction. |
|
|
|