| Package | Description |
|---|---|
| com.interpss.core.acsc | |
| com.interpss.core.acsc.impl | |
| com.interpss.core.datatype | |
| com.interpss.core.funcImpl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<BusGroundCode> |
BusGroundCode.VALUES
A public read-only list of all the 'Bus Ground Code' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BusGroundCode |
BusGroundCode.get(int value)
Returns the 'Bus Ground Code' literal with the specified integer value.
|
static BusGroundCode |
BusGroundCode.get(java.lang.String literal)
Returns the 'Bus Ground Code' literal with the specified literal value.
|
static BusGroundCode |
BusGroundCode.getByName(java.lang.String name)
Returns the 'Bus Ground Code' literal with the specified name.
|
BusGroundCode |
BusScGrounding.getCode()
Returns the value of the 'Code' attribute.
|
BusGroundCode |
IAcscBus.getGroundCode() |
static BusGroundCode |
BusGroundCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusGroundCode[] |
BusGroundCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusScGrounding.setCode(BusGroundCode value)
Sets the value of the '
Code' attribute. |
| Modifier and Type | Method and Description |
|---|---|
BusGroundCode |
AcscFactoryImpl.createBusGroundCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
BusGroundCode |
BusScGroundingImpl.getCode() |
BusGroundCode |
BaseAcscBusImpl.getGroundCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusScGroundingImpl.setCode(BusGroundCode newCode) |
| Modifier and Type | Method and Description |
|---|---|
BusGroundCode |
ScGroundType.getCode()
get grounding code
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScGroundType.setCode(BusGroundCode n)
set grounding code
|
| Constructor and Description |
|---|
ScGroundType(BusGroundCode code,
org.apache.commons.math3.complex.Complex z) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<java.lang.String,BusGroundCode> |
AcscFunction.str2ScGroundCode
Function to map SC grounding string to BusGroundCode
|