|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GenerationPolicy>
com.ibm.btt.base.types.impl.annotation.GenerationPolicy
public enum GenerationPolicy
Generation Policy. The constants of this enumerated type
describe the various policies for generating validate and format attributes. They are used
in conjunction with the Generation
meta-annotation type.
Enum Constant Summary | |
---|---|
All
Generate this attribute both on client side and server side |
|
Client
Generate this attribute on client side only |
|
None
Do not generate any attribute both on server side and client side |
|
Server
Generate this attribute on server side only |
Method Summary | |
---|---|
static GenerationPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GenerationPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GenerationPolicy All
public static final GenerationPolicy Client
public static final GenerationPolicy Server
public static final GenerationPolicy None
Method Detail |
---|
public static GenerationPolicy[] values()
for (GenerationPolicy c : GenerationPolicy.values()) System.out.println(c);
public static GenerationPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |