|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Data representing a property value
Method Summary | |
---|---|
com.fatwire.assetapi.data.AssetId |
asAssetId()
Returns the property as an asset ID. |
boolean |
asBoolean()
Returns true if the value is set to TRUE or true. |
int |
asInt()
Returns the property as an int |
long |
asLong()
Retursn the property as a long. |
String |
asString()
Returns the property value as a string |
String |
getDescription()
The description of the property, for human informational purposes only |
String |
getName()
The name of the property |
boolean |
isNull()
Returns whether or not the property is set to null. |
Method Detail |
---|
String getName()
String getDescription()
boolean isNull()
boolean asBoolean()
String asString()
long asLong()
int asInt()
com.fatwire.assetapi.data.AssetId asAssetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |