com.esri.gpt.framework.ckan
Interface CkanObject
- All Known Subinterfaces:
- CkanExtra
public interface CkanObject
Generic ckan object implementation.
getBoolean
Boolean getBoolean(String attr,
Boolean defaultValue)
getDate
Date getDate(String attr,
Date defaultValue)
getString
String getString(String attr,
String defaultValue)
getUrl
URL getUrl(String attr,
URL defaultValue)
getLong
Long getLong(String attr,
Long defaultValue)
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.