|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mkdoc.schema.AbstractSchemaResource
A base class for schema resource types.
Field Summary | |
protected java.lang.String |
label
The resource label. |
protected java.lang.String |
name
The unique resource name. |
protected java.lang.String |
uri
The resource URI. |
Constructor Summary | |
AbstractSchemaResource()
|
Method Summary | |
java.lang.String |
getLabel()
Get the human-readable label for the class. |
java.lang.String |
getName()
Get a unique "camel case" name for the class. |
java.lang.String |
getUri()
Get the resource URI of the class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String uri
protected java.lang.String label
protected java.lang.String name
Constructor Detail |
public AbstractSchemaResource()
Method Detail |
public final java.lang.String getUri()
public final java.lang.String getLabel()
public final java.lang.String getName()
This often, but not always, coincides with the URI suffix for the type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |