Uses of Enum
org.openbase.jps.core.AbstractJavaProperty.ValueType
Packages that use AbstractJavaProperty.ValueType
-
Uses of AbstractJavaProperty.ValueType in org.openbase.jps.core
Methods in org.openbase.jps.core that return AbstractJavaProperty.ValueTypeModifier and TypeMethodDescriptionAbstractJavaProperty.getValueType()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.ValueTypeModifier and TypeMethodDescriptionprotected final Map<AbstractJavaProperty.ValueType,Exception> AbstractJavaProperty.getErrorReportMap()Methods in org.openbase.jps.core with parameters of type AbstractJavaProperty.ValueTypeModifier and TypeMethodDescriptionprotected final 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.ValueTypeModifier and TypeMethodDescriptionprotected voidAbstractJPFile.setValue(File value, AbstractJavaProperty.ValueType valueType)