| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.impl.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<EnumVersioningState> |
CreateDocumentFromSource.versioningState |
protected JAXBElement<EnumVersioningState> |
CreateDocument.versioningState |
| Modifier and Type | Method and Description |
|---|---|
static EnumVersioningState |
EnumVersioningState.fromValue(String v) |
static EnumVersioningState |
EnumVersioningState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumVersioningState[] |
EnumVersioningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<EnumVersioningState> |
ObjectFactory.createCreateDocumentFromSourceVersioningState(EnumVersioningState value)
|
JAXBElement<EnumVersioningState> |
ObjectFactory.createCreateDocumentVersioningState(EnumVersioningState value)
|
JAXBElement<EnumVersioningState> |
CreateDocumentFromSource.getVersioningState()
Gets the value of the versioningState property.
|
JAXBElement<EnumVersioningState> |
CreateDocument.getVersioningState()
Gets the value of the versioningState property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDocumentFromSource.setVersioningState(JAXBElement<EnumVersioningState> value)
Sets the value of the versioningState property.
|
void |
CreateDocument.setVersioningState(JAXBElement<EnumVersioningState> value)
Sets the value of the versioningState property.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.