|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Loosely modelled on an RDF Schema class.
Method Summary | |
java.lang.String |
getBNodeVariable()
Get a unique varible name for extended bNode queries. |
java.lang.String |
getLabel()
Get the human-readable label for the class. |
java.util.Locale |
getLocale()
Get the locale of the property for case conversions, etc. |
java.lang.String |
getName()
Get a unique "camel case" name for the class. |
java.lang.String |
getNamespacePrefix()
Get the namespace prefix for the class. |
java.lang.String |
getNamespaceUri()
Get the namespace URI for the class. |
java.lang.String |
getNameVariable()
Get a unique name varible for query handling. |
java.lang.String |
getParameterName()
Get a unique parameter name for HTML form handling. |
java.lang.String |
getQualifiedName()
Get the qualified name of the class, with namespace prefix. |
java.lang.String |
getUri()
Get the resource URI of the class. |
boolean |
hasEncodingScheme()
Check whether a schema property may have an encoding scheme. |
boolean |
hasUriEncodingScheme()
Check whether a schema property may have a URI encoding scheme. |
Method Detail |
public java.lang.String getUri()
public java.lang.String getLabel()
public java.lang.String getName()
This often, but not always, coincides with the URI suffix for the type.
public java.lang.String getQualifiedName()
public java.lang.String getNamespacePrefix()
public java.lang.String getNamespaceUri()
public java.lang.String getNameVariable()
public java.lang.String getBNodeVariable()
public java.lang.String getParameterName()
public boolean hasEncodingScheme()
true
if the property may have an encoding scheme.public boolean hasUriEncodingScheme()
true
if the property may have a URI encoding
scheme.public java.util.Locale getLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |