| Package | Description |
|---|---|
| org.zanata.common | |
| org.zanata.rest.dto.resource |
| Modifier and Type | Method and Description |
|---|---|
static ContentState |
ContentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentState[] |
ContentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransUnitCount.decrement(ContentState state) |
void |
AbstractTranslationCount.decrement(ContentState state,
int count) |
int |
AbstractTranslationCount.get(ContentState state) |
void |
TransUnitCount.increment(ContentState state) |
void |
AbstractTranslationCount.increment(ContentState state,
int count) |
void |
AbstractTranslationCount.set(ContentState state,
int value) |
| Modifier and Type | Method and Description |
|---|---|
ContentState |
TextFlowTarget.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextFlowTarget.setState(ContentState state) |
Copyright © 2013 Zanata Project. All Rights Reserved.