| |
|
| java.lang.Object org.jpox.metadata.DiscriminatorStrategy
DiscriminatorStrategy | public class DiscriminatorStrategy implements Serializable(Code) | | Representation of the values for discriminator "strategy".
since: 1.1 version: $Revision: 1.4 $ |
equals | public boolean equals(Object o)(Code) | | Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. true if this object is the same as the obj argument; false otherwise. |
getDiscriminatorStrategy | public static DiscriminatorStrategy getDiscriminatorStrategy(String value)(Code) | | Accessor for the strategy
Parameters: value - The string form The strategy |
getType | public int getType()(Code) | | Accessor for the type.
Type |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
|
|
|