Uses of Class
com.bayesserver.CustomProperty
-
Packages that use CustomProperty Package Description com.bayesserver -
-
Uses of CustomProperty in com.bayesserver
Methods in com.bayesserver that return CustomProperty Modifier and Type Method Description CustomProperty
CustomProperty. copy()
Makes a copy of this instance.CustomProperty
CustomPropertyCollection. get(int index)
CustomProperty
CustomPropertyCollection. get(String name)
Gets theCustomProperty
with the specified name, from the collection, or returns null if not found.CustomProperty
CustomPropertyCollection. remove(int index)
CustomProperty
CustomPropertyCollection. set(int index, CustomProperty element)
Methods in com.bayesserver with parameters of type CustomProperty Modifier and Type Method Description void
CustomPropertyCollection. add(int index, CustomProperty element)
CustomProperty
CustomPropertyCollection. set(int index, CustomProperty element)
-