Uses of Class
org.brijframework.bean.util.PropertyObject.DataType
-
Packages that use PropertyObject.DataType Package Description org.brijframework.bean.util -
-
Uses of PropertyObject.DataType in org.brijframework.bean.util
Methods in org.brijframework.bean.util that return PropertyObject.DataType Modifier and Type Method Description PropertyObject.DataTypePropertyObject. getDataType()static PropertyObject.DataTypePropertyObject.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyObject.DataType[]PropertyObject.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.brijframework.bean.util with parameters of type PropertyObject.DataType Modifier and Type Method Description voidPropertyObject. setDataType(PropertyObject.DataType dataType)
-