Package | Description |
---|---|
org.eclipse.oomph.setup |
The generated EMF API of the setup model.
|
org.eclipse.oomph.setup.impl |
The generated EMF implementation of the setup model.
|
Modifier and Type | Field and Description |
---|---|
static List<UnsignedPolicy> |
UnsignedPolicy.VALUES
A public read-only list of all the 'Unsigned Policy' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static UnsignedPolicy |
UnsignedPolicy.get(int value)
Returns the 'Unsigned Policy' literal with the specified integer value.
|
static UnsignedPolicy |
UnsignedPolicy.get(String literal)
Returns the 'Unsigned Policy' literal with the specified literal value.
|
static UnsignedPolicy |
UnsignedPolicy.getByName(String name)
Returns the 'Unsigned Policy' literal with the specified name.
|
UnsignedPolicy |
User.getUnsignedPolicy()
Returns the value of the 'Unsigned Policy' attribute.
|
static UnsignedPolicy |
UnsignedPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnsignedPolicy[] |
UnsignedPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setUnsignedPolicy(UnsignedPolicy value)
Sets the value of the '
Unsigned Policy ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static UnsignedPolicy |
UserImpl.UNSIGNED_POLICY_EDEFAULT
The default value of the '
Unsigned Policy ' attribute. |
protected UnsignedPolicy |
UserImpl.unsignedPolicy
The cached value of the '
Unsigned Policy ' attribute. |
Modifier and Type | Method and Description |
---|---|
UnsignedPolicy |
SetupFactoryImpl.createUnsignedPolicyFromString(EDataType eDataType,
String initialValue) |
UnsignedPolicy |
UserImpl.getUnsignedPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
UserImpl.setUnsignedPolicy(UnsignedPolicy newUnsignedPolicy) |
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html