public interface Property
Modifier and Type | Method and Description |
---|---|
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.
|
String getName()
String getDescription()
boolean isNull()
boolean asBoolean()
String asString()
long asLong()
int asInt()
com.fatwire.assetapi.data.AssetId asAssetId()
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.