|
Protégé-OWL 3.4 beta | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RDFSDatatype
An RDF resource representing an XML Schema datatype.
| Method Summary | |
|---|---|
RDFSDatatype |
getBaseDatatype()
If this is a user-defined datatype, then this method gets the restricted base type. |
Object |
getDefaultValue()
Creates a default value for this datatype (e.g. |
int |
getLength()
Gets the value of the xsd:length facet of this (user-defined) datatype. |
RDFSLiteral |
getMaxExclusive()
Gets the value of the xsd:maxExclusive facet of this (user-defined) datatype. |
RDFSLiteral |
getMaxInclusive()
Gets the value of the xsd:maxInclusive facet of this (user-defined) datatype. |
int |
getMaxLength()
Gets the value of the xsd:maxLength facet of this (user-defined) datatype. |
RDFSLiteral |
getMinExclusive()
Gets the value of the xsd:minExclusive facet of this (user-defined) datatype. |
RDFSLiteral |
getMinInclusive()
Gets the value of the xsd:minInclusive facet of this (user-defined) datatype. |
int |
getMinLength()
Gets the value of the xsd:minLength facet of this (user-defined) datatype. |
String |
getPattern()
Gets the value of the xsd:pattern facet of this (user-defined) datatype. |
boolean |
isNumericDatatype()
Checks if this is a numeric type. |
boolean |
isValidValue(RDFSLiteral object)
Checks if a given would be a valid value for this property. |
| Methods inherited from interface edu.stanford.smi.protege.model.Instance |
|---|
moveDirectType |
| Methods inherited from interface edu.stanford.smi.protege.model.Frame |
|---|
isValid, moveDirectOwnSlotValue |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface edu.stanford.smi.protegex.owl.model.RDFObject |
|---|
equalsStructurally |
| Methods inherited from interface edu.stanford.smi.protegex.owl.model.visitor.Visitable |
|---|
accept |
| Method Detail |
|---|
RDFSDatatype getBaseDatatype()
Object getDefaultValue()
int getLength()
RDFSLiteral getMaxExclusive()
RDFSLiteral getMaxInclusive()
int getMaxLength()
RDFSLiteral getMinExclusive()
RDFSLiteral getMinInclusive()
int getMinLength()
String getPattern()
boolean isNumericDatatype()
boolean isValidValue(RDFSLiteral object)
object - the potential value
|
Protégé-OWL 3.4 beta | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||