public enum CMISBinding extends Enum<CMISBinding>
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.opencmis.CMISDispatcherRegistry.Binding |
getBinding() |
org.apache.chemistry.opencmis.commons.enums.BindingType |
getBindingType() |
String |
getVersion() |
void |
setBindingType(org.alfresco.opencmis.CMISDispatcherRegistry.Binding binding) |
static CMISBinding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISBinding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISBinding ATOMPUB10
public static final CMISBinding ATOMPUB11
public static final CMISBinding BROWSER11
public static CMISBinding[] values()
for (CMISBinding c : CMISBinding.values()) System.out.println(c);
public static CMISBinding 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.alfresco.opencmis.CMISDispatcherRegistry.Binding getBinding()
public String getVersion()
public org.apache.chemistry.opencmis.commons.enums.BindingType getBindingType()
public void setBindingType(org.alfresco.opencmis.CMISDispatcherRegistry.Binding binding)
Copyright © 2005–2016 Alfresco Software. All rights reserved.