Uses of Class
org.openbase.jps.core.AbstractJavaProperty.ValueType
-
Packages that use AbstractJavaProperty.ValueType Package Description org.openbase.jps.core org.openbase.jps.preset -
-
Uses of AbstractJavaProperty.ValueType in org.openbase.jps.core
Methods in org.openbase.jps.core that return AbstractJavaProperty.ValueType Modifier and Type Method Description AbstractJavaProperty.ValueTypeAbstractJavaProperty. getValueType()static AbstractJavaProperty.ValueTypeAbstractJavaProperty.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractJavaProperty.ValueType[]AbstractJavaProperty.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openbase.jps.core that return types with arguments of type AbstractJavaProperty.ValueType Modifier and Type Method Description protected Map<AbstractJavaProperty.ValueType,Exception>AbstractJavaProperty. getErrorReportMap()Methods in org.openbase.jps.core with parameters of type AbstractJavaProperty.ValueType Modifier and Type Method Description protected voidAbstractJavaProperty. addErrorReport(Exception exception, AbstractJavaProperty.ValueType valueType)protected voidAbstractJavaProperty. setValue(V value, AbstractJavaProperty.ValueType valueType) -
Uses of AbstractJavaProperty.ValueType in org.openbase.jps.preset
Methods in org.openbase.jps.preset with parameters of type AbstractJavaProperty.ValueType Modifier and Type Method Description protected voidAbstractJPFile. setValue(File value, AbstractJavaProperty.ValueType valueType)
-