Searched defs:UNKNOWN_VALUE (Results 1 - 1 of 1) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DProperty.java32 public static final Object UNKNOWN_VALUE = new Object() { field in class:Property
35 return "UNKNOWN_VALUE";
97 * @return the current value of this {@link Property} or {@link #UNKNOWN_VALUE}.
105 * new value of {@link Property} or {@link #UNKNOWN_VALUE} if {@link Property}

Completed in 107 milliseconds