public interface Token extends IdEObject
The following features are supported:
StorePackage.getToken()| Modifier and Type | Method and Description |
|---|---|
long |
getExpires()
Returns the value of the 'Expires' attribute.
|
String |
getTokenString()
Returns the value of the 'Token String' attribute.
|
void |
setExpires(long value)
Sets the value of the '
Expires' attribute. |
void |
setTokenString(String value)
Sets the value of the '
Token String' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getTokenString()
If the meaning of the 'Token String' attribute isn't clear, there really should be more of a description here...
setTokenString(String),
StorePackage.getToken_TokenString()void setTokenString(String value)
Token String' attribute.
value - the new value of the 'Token String' attribute.getTokenString()long getExpires()
If the meaning of the 'Expires' attribute isn't clear, there really should be more of a description here...
setExpires(long),
StorePackage.getToken_Expires()void setExpires(long value)
Expires' attribute.
value - the new value of the 'Expires' attribute.getExpires()Copyright © 2016 OpenSource BIM. All rights reserved.