public static enum CMISDispatcherRegistry.Binding extends Enum<CMISDispatcherRegistry.Binding>
Modifier and Type | Method and Description |
---|---|
org.apache.chemistry.opencmis.commons.enums.BindingType |
getOpenCmisBinding() |
static CMISDispatcherRegistry.Binding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISDispatcherRegistry.Binding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISDispatcherRegistry.Binding atom
public static final CMISDispatcherRegistry.Binding browser
public static CMISDispatcherRegistry.Binding[] values()
for (CMISDispatcherRegistry.Binding c : CMISDispatcherRegistry.Binding.values()) System.out.println(c);
public static CMISDispatcherRegistry.Binding valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic org.apache.chemistry.opencmis.commons.enums.BindingType getOpenCmisBinding()
Copyright © 2005–2017 Alfresco Software. All rights reserved.