static CollectionSchema.MessageFactories |
CollectionSchema.MessageFactories.getFactory(java.lang.Class<? extends java.util.Collection<?>> clazz) |
Returns the message factory for the standard jdk Collection implementations.
|
static CollectionSchema.MessageFactories |
CollectionSchema.MessageFactories.getFactory(java.lang.String name) |
Returns the message factory for the standard jdk Collection implementations.
|
static CollectionSchema.MessageFactories |
CollectionSchema.MessageFactories.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CollectionSchema.MessageFactories[] |
CollectionSchema.MessageFactories.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|