|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.idas.AbstractLiteral
org.eclipse.higgins.idas.BasicValueDateTime
public class BasicValueDateTime
Constructor Summary | |
---|---|
BasicValueDateTime(String value)
|
Method Summary | |
---|---|
String |
getCanonical()
Default implementation of getCanonical calls toString() on the backing datatype. |
Object |
getData()
Returns the underlying Java object holding this literal's value. |
String |
getLexical()
Default implementation of getLexical calls toString() on the backing datatype. |
Methods inherited from class org.eclipse.higgins.idas.AbstractLiteral |
---|
isLiteral |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.higgins.idas.IPropertyValue |
---|
isLiteral |
Constructor Detail |
---|
public BasicValueDateTime(String value)
Method Detail |
---|
public String getLexical() throws IdASException
AbstractLiteral
getLexical
in interface ILiteral
getLexical
in class AbstractLiteral
IdASException
public String getCanonical() throws IdASException
AbstractLiteral
getCanonical
in interface ILiteral
getCanonical
in class AbstractLiteral
IdASException
public Object getData() throws IdASException
ILiteral
ILiteral.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 ILiteral
getData
in interface IPropertyValue
IdASException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |