| |
|
| java.lang.Object org.jpox.metadata.SequenceStrategy
SequenceStrategy | public class SequenceStrategy implements Serializable(Code) | | Representation of strategy of a Sequence.
since: 1.1 version: $Revision: 1.5 $ |
Method Summary | |
public boolean | equals(Object o) Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. | public static SequenceStrategy | getStrategy(String value) Return Sequence strategy from String.
Parameters: value - sequence strategy Instance of SequenceStrategy. | public int | getType() | public String | toString() Returns a string representation of the object. |
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. |
getStrategy | public static SequenceStrategy getStrategy(String value)(Code) | | Return Sequence strategy from String.
Parameters: value - sequence strategy Instance of SequenceStrategy. If parse failed, return null. |
getType | public int getType()(Code) | | Accessor to the sequence strategy type
the type |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
|
|
|