public class ISALocation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ISALocation.Layer |
Modifier and Type | Field and Description |
---|---|
int |
elementIndex |
String |
elementName |
ISALocation.Layer |
layer |
String |
layerPos2ID |
int |
layerPos2Index |
String |
layerPosID |
int |
layerPosIndex |
String |
processID |
int |
processIndex |
static String |
splitter |
int |
subElementIndex |
String |
subElementName |
Constructor and Description |
---|
ISALocation() |
Modifier and Type | Method and Description |
---|---|
protected static void |
parseElement(ISALocation isaLoc,
String token) |
protected static void |
parseLayerPos(ISALocation isaLoc,
String token) |
protected static void |
parseLayerPos2(ISALocation isaLoc,
String token) |
protected static int |
parseProcess(ISALocation isaLoc,
String token,
boolean AllowMissingProcess) |
static ISALocation |
parseString(String isaLocString) |
protected static void |
parseSubElement(ISALocation isaLoc,
String token) |
String |
toString() |
public static final String splitter
public ISALocation.Layer layer
public int layerPosIndex
public String layerPosID
public int layerPos2Index
public String layerPos2ID
public int processIndex
public String processID
public String elementName
public int elementIndex
public String subElementName
public int subElementIndex
public static ISALocation parseString(String isaLocString) throws Exception
Exception
protected static void parseLayerPos(ISALocation isaLoc, String token) throws Exception
Exception
protected static void parseLayerPos2(ISALocation isaLoc, String token) throws Exception
Exception
protected static int parseProcess(ISALocation isaLoc, String token, boolean AllowMissingProcess) throws Exception
Exception
protected static void parseElement(ISALocation isaLoc, String token) throws Exception
Exception
protected static void parseSubElement(ISALocation isaLoc, String token) throws Exception
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.