be.destin.skos.core
Class Notation
java.lang.Object
be.destin.skos.core.Notation
- All Implemented Interfaces:
- StatusInterface, java.io.Serializable, org.openrdf.model.Resource, org.openrdf.model.URI, org.openrdf.model.Value
public class Notation
- extends java.lang.Object
- implements org.openrdf.model.URI, StatusInterface
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SESAME_NAMESPACE
public static java.lang.String SESAME_NAMESPACE
Notation
public Notation()
Notation
public Notation(java.lang.String list,
java.lang.String notation)
Notation
public Notation(java.lang.String list_notation,
Status aStatus)
newValid
public static Notation newValid(java.lang.String list,
java.lang.String notation)
getNotation
public java.lang.String getNotation()
- Returns:
- the notation
getScheme
public java.lang.String getScheme()
- Returns:
- the scheme
getScheme_About
public java.lang.String getScheme_About()
setNotation
public void setNotation(java.lang.String notation)
- Parameters:
notation - the notation to set
setScheme
public void setScheme(java.lang.String list)
- Parameters:
scheme - the scheme to set
getStatus
public java.lang.String getStatus()
- Specified by:
getStatus in interface StatusInterface
setStatus
public void setStatus(java.lang.String aStatus)
- Specified by:
setStatus in interface StatusInterface
getCurrentStatus
public Status getCurrentStatus()
- Specified by:
getCurrentStatus in interface StatusInterface
setCurrentStatus
public void setCurrentStatus(Status status)
- Specified by:
setCurrentStatus in interface StatusInterface
toRdfObjectUrl
public java.lang.String toRdfObjectUrl()
- Specified by:
toRdfObjectUrl in interface StatusInterface
toJavaScriptParameters
public java.lang.String toJavaScriptParameters()
- Specified by:
toJavaScriptParameters in interface StatusInterface
toString
public java.lang.String toString()
- Specified by:
toString in interface org.openrdf.model.URI- Overrides:
toString in class java.lang.Object
stringValue
public java.lang.String stringValue()
- Specified by:
stringValue in interface org.openrdf.model.Value
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespace in interface org.openrdf.model.URI
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalName in interface org.openrdf.model.URI
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals in interface org.openrdf.model.URI- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface org.openrdf.model.URI- Overrides:
hashCode in class java.lang.Object