public class TransitionObject extends Object implements Comparable
Constructor and Description |
---|
TransitionObject(String transitionStr,
int transitionType) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
String |
getTransitionStr() |
int |
getTransitionType() |
String |
toString() |
public TransitionObject(String transitionStr, int transitionType)
Copyright © 2003, 2023, Oracle and/or its affiliates.