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 CustomPropertyCustomProperty. copy()Makes a copy of this instance.CustomPropertyCustomPropertyCollection. get(int index)CustomPropertyCustomPropertyCollection. get(String name)Gets theCustomPropertywith the specified name, from the collection, or returns null if not found.CustomPropertyCustomPropertyCollection. remove(int index)CustomPropertyCustomPropertyCollection. set(int index, CustomProperty element)Methods in com.bayesserver with parameters of type CustomProperty Modifier and Type Method Description voidCustomPropertyCollection. add(int index, CustomProperty element)CustomPropertyCustomPropertyCollection. set(int index, CustomProperty element)
-