|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleValue
Method Summary | |
---|---|
String |
getCanonical()
Returns the canonical representation if this value is a literal |
Object |
getData()
Returns the underlying Java object holding this literal's value. |
String |
getLexical()
Returns a lexical representation if this value is a literal |
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
isSimple |
Method Detail |
---|
String getLexical() throws IdASException
IdASException
String getCanonical() throws IdASException
IdASException
Object getData() throws IdASException
getData()
xsd:string | String . See BasicValueString for example. |
xsd:normalizedString | String constrained to normalizedString. See BasicValueNormalizedString for example. |
xsd:boolean | Boolean . See BasicValueBoolean for example. |
xsd:decimal | BigDecimal . See BasicValueDecimal for example. |
xsd:integer | BigInteger . See BasicValueInteger for example. |
xsd:nonNegativeInteger | BigInteger . See BasicValueNonNegativeInteger for example. |
xsd:positiveInteger | BigInteger . See BasicValuePositiveInteger for example. |
xsd:nonPositiveInteger | BigInteger . See BasicValueNonPositiveInteger for example. |
xsd:negativeInteger | BigInteger . See BasicValueNegativeInteger for example. |
xsd:float | Float . See BasicValueFloat for example. |
xsd:double | Double . See BasicValueDouble for example. |
xsd:long | Long . See BasicValueLong for example. |
xsd:int | Integer . See BasicValueInteger for example. |
xsd:short | Short . See BasicValueShort for example. |
xsd:byte | Byte . See BasicValueByte for example. |
xsd:unsignedLong | BigInteger . See BasicValueUnsignedLong for example. |
xsd:unsignedInt | BigInteger . See BasicValueUnsignedInt for example. |
xsd:unsignedShort | BigInteger . See BasicValueUnsignedShort for example. |
xsd:unsignedByte | BigInteger . See BasicValueUnsignedByte for example. |
xsd:hexBinary | ByteBuffer . See BasicValueHexBinary for example. |
xsd:base64Binary | ByteBuffer . See BasicValueBase64Binary for example. |
xsd:dateTime | Date . See BasicValueDateTime for example. |
xsd:time | Date . See BasicValueTime for example. |
xsd:date | Date . See BasicValueDate for example. |
xsd:gYearMonth | Date . See BasicValueYearMonth for example. |
xsd:gYear | Date . See BasicValueYear for example. |
xsd:gMonthDay | Date . See BasicValueMonthDay for example. |
xsd:gDay | Date . See BasicValueDay for example. |
xsd:gMonth | Date . See BasicValueMonth for example. |
xsd:anyURI | URI . See BasicValueURI for example. |
xsd:token | String constrained to token. See BasicValueToken for example. |
xsd:language | String constrained to language. See BasicValueLanguage for example. |
xsd:NMTOKEN | String constrained to NMTOKEN. See BasicValueNMTOKEN for example. |
xsd:Name | String constrained to Name. See BasicValueName for example. |
xsd:NCName | String constrained to NCName. See BasicValueNCName for example. |
ObjectProperty types | {TODO: need class which is a container of IAttributes} |
getData
in interface IPropertyValue
IdASException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |