Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: for (VCSStatus c : VCSStatus.values()) System.out.println(c); Returns: ...
an array containing the constants of this enum type, in the order they are declaredvalueOfpublic static VCSCommandType valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant...
Gets theCheckOutProviderdeclared in the profile. abstractHistoryPropertygetHistoryProperty(java.lang.String id) Gets theHistoryPropertydeclared in the profile with the specified id. abstract java.lang.StringgetID() Gets this object's unique identifier. ...
an array containing the constants of this enum type, in the order they are declared valueOf public staticVCSCommandStylevalueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must matchexactlyan identifier used to declare an enum constant in t...
an array containing the constants of this enum type, in the order they are declaredvalueOfpublic static VCSCommandType valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in ...