All Packages Class Hierarchy This Package Previous Next Index
Class com.sdi.wap.demo.field.Op
java.lang.Object
|
+----com.sdi.wap.Field
|
+----com.sdi.wap.demo.field.Op
- public class Op
- extends Field
- implements Serializable, Validatable
Implement an identifier as a string that uniquely
identifies some resource (account, bank, many others).
Trying to cut down on the use of anonymous string types.
Not consolidated into most classes yet..
-
Null
-
-
Op(String)
- Identifier constructor comment.
-
setValue(String)
- Set the value of this type
Null
public static final Op Null
Op
public Op(String value)
- Identifier constructor comment.
setValue
public boolean setValue(String v)
- Set the value of this type
- Overrides:
- setValue in class Field
All Packages Class Hierarchy This Package Previous Next Index