| Package | Description |
|---|---|
| org.afplib |
provides utility classes.
|
| org.afplib.afplib | |
| org.afplib.afplib.impl |
| Constructor and Description |
|---|
ResourceKey(ResourceObjectTypeObjType type,
String objName) |
ResourceKey(ResourceObjectTypeObjType type,
String objName,
byte[] regObjId) |
ResourceKey(ResourceObjectTypeObjType type,
String objName,
String regObjId) |
| Modifier and Type | Field and Description |
|---|---|
static List<ResourceObjectTypeObjType> |
ResourceObjectTypeObjType.VALUES
A public read-only list of all the 'Resource Object Type Obj Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceObjectTypeObjType |
ResourceObjectTypeObjType.get(int value)
Returns the 'Resource Object Type Obj Type' literal with the specified integer value
|
static ResourceObjectTypeObjType |
ResourceObjectTypeObjType.get(String literal)
Returns the 'Resource Object Type Obj Type' literal with the specified literal value
|
static ResourceObjectTypeObjType |
ResourceObjectTypeObjType.getByName(String name)
Returns the 'Resource Object Type Obj Type' literal with the specified name
|
static ResourceObjectTypeObjType |
ResourceObjectTypeObjType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceObjectTypeObjType[] |
ResourceObjectTypeObjType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceObjectTypeObjType |
AfplibFactoryImpl.createResourceObjectTypeObjTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Copyright © 2017. All rights reserved.