|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
nesstar.rdf.RDFObject
nesstar.rdf.RDFClass
nesstar.api.AType
nesstar.api.CollectionType
public class CollectionType
A Collection.
Field Summary | |
---|---|
static String |
SEP
|
Fields inherited from class nesstar.rdf.RDFObject |
---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
Fields inherited from interface nesstar.api.Type |
---|
GET_FORM, NO_FORM, POST_DATA_FORM, POST_FORM |
Constructor Summary | |
---|---|
CollectionType(RDFDB db,
URL id)
Constructor for the StringType object |
Method Summary | |
---|---|
String |
getFormType()
Gets the formType attribute of the StringType object |
String |
getJavaType()
Gets the javaType attribute of the StringType object |
Object |
getValue(NSParameter parameter,
Parameters params)
Read a value of the given type from the parameters |
int |
needsFormType()
Method |
static Collection |
toCollection(String list)
|
static String |
toString(Collection list)
|
Methods inherited from class nesstar.api.AType |
---|
getDefaultValue, getJavaSimpleType, getStringToTypeOp |
Methods inherited from class nesstar.rdf.RDFClass |
---|
getAllMethods, getAllProperties, getMethod, getMethods, getProperties, getProperty, getRDFClass, getRDFClass, getSuperClass, getSuperClassRef, init, isAssignableFrom, isSubclassOf, toString |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String SEP
Constructor Detail |
---|
public CollectionType(RDFDB db, URL id) throws Exception
db
- id
-
Exception
Method Detail |
---|
public Object getValue(NSParameter parameter, Parameters params) throws Exception
AType
getValue
in interface Type
getValue
in class AType
parameter
- params
-
Exception
public String getJavaType()
getJavaType
in interface Type
getJavaType
in class AType
public String getFormType()
getFormType
in interface Type
getFormType
in class AType
public int needsFormType()
needsFormType
in interface Type
needsFormType
in class AType
public static String toString(Collection list)
public static Collection toCollection(String list)
|
Nesstar SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |