| Package | Description |
|---|---|
| org.dmd.dms.generated.enums | |
| org.dmd.dms.generated.types |
| Modifier and Type | Method and Description |
|---|---|
static RuleScopeEnum |
RuleScopeEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static RuleScopeEnum |
RuleScopeEnum.get(String str)
Returns a value for this enum or throws an exception if the String value isn't
a valid member of this enum.
|
static RuleScopeEnum |
RuleScopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleScopeEnum[] |
RuleScopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected RuleScopeEnum |
DmcTypeRuleScopeEnumSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<RuleScopeEnum> |
DmcTypeRuleScopeEnumSET.value |
protected ArrayList<RuleScopeEnum> |
DmcTypeRuleScopeEnumMV.value |
| Modifier and Type | Method and Description |
|---|---|
RuleScopeEnum |
DmcTypeRuleScopeEnumSET.add(Object v) |
RuleScopeEnum |
DmcTypeRuleScopeEnumMV.add(Object v) |
RuleScopeEnum |
DmcTypeRuleScopeEnumSTATIC.cloneValue(RuleScopeEnum value) |
RuleScopeEnum |
DmcTypeRuleScopeEnum.cloneValue(RuleScopeEnum val)
Returns a clone of a value associated with this type.
|
RuleScopeEnum |
DmcTypeRuleScopeEnumSET.del(Object v) |
RuleScopeEnum |
DmcTypeRuleScopeEnumMV.del(Object v) |
RuleScopeEnum |
DmcTypeRuleScopeEnumSTATIC.deserializeValue(DmcInputStreamIF dis) |
RuleScopeEnum |
DmcTypeRuleScopeEnum.deserializeValue(DmcInputStreamIF dis)
Reads a RuleScopeEnum.
|
RuleScopeEnum |
DmcTypeRuleScopeEnumMV.getMVnth(int index) |
RuleScopeEnum |
DmcTypeRuleScopeEnumSV.getSV() |
RuleScopeEnum |
DmcTypeRuleScopeEnumSV.getSVCopy() |
RuleScopeEnum |
DmcTypeRuleScopeEnumSV.set(Object v) |
RuleScopeEnum |
DmcTypeRuleScopeEnumMV.setMVnth(int index,
Object v) |
RuleScopeEnum |
DmcTypeRuleScopeEnumSTATIC.typeCheck(Object value) |
protected RuleScopeEnum |
DmcTypeRuleScopeEnum.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<RuleScopeEnum> |
DmcTypeRuleScopeEnumSV.cloneIt() |
DmcAttribute<RuleScopeEnum> |
DmcTypeRuleScopeEnumSET.cloneIt() |
DmcAttribute<RuleScopeEnum> |
DmcTypeRuleScopeEnumMV.cloneIt() |
Iterator<RuleScopeEnum> |
DmcTypeRuleScopeEnumSET.getMV() |
Iterator<RuleScopeEnum> |
DmcTypeRuleScopeEnumMV.getMV() |
Set<RuleScopeEnum> |
DmcTypeRuleScopeEnumSET.getMVCopy() |
ArrayList<RuleScopeEnum> |
DmcTypeRuleScopeEnumMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
RuleScopeEnum |
DmcTypeRuleScopeEnumSTATIC.cloneValue(RuleScopeEnum value) |
RuleScopeEnum |
DmcTypeRuleScopeEnum.cloneValue(RuleScopeEnum val)
Returns a clone of a value associated with this type.
|
void |
DmcTypeRuleScopeEnumSTATIC.serializeValue(DmcOutputStreamIF dos,
RuleScopeEnum value) |
void |
DmcTypeRuleScopeEnum.serializeValue(DmcOutputStreamIF dos,
RuleScopeEnum value)
Writes a RuleScopeEnum.
|
Copyright © 2023. All rights reserved.