|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeisPropertyType | |
---|---|
org.javaseis.properties |
Uses of SeisPropertyType in org.javaseis.properties |
---|
Fields in org.javaseis.properties declared as SeisPropertyType | |
---|---|
(package private) SeisPropertyType |
SeisTraceProperty._type
|
Methods in org.javaseis.properties that return SeisPropertyType | |
---|---|
SeisPropertyType |
SeisTraceProperty.getType()
|
static SeisPropertyType |
SeisPropertyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SeisPropertyType[] |
SeisPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.javaseis.properties with parameters of type SeisPropertyType | |
---|---|
void |
SeisTraceProperty.set(java.lang.String name,
java.lang.String description,
SeisPropertyType type,
int nvals,
int offset)
|
Constructors in org.javaseis.properties with parameters of type SeisPropertyType | |
---|---|
SeisTraceProperty(java.lang.String name,
java.lang.String description,
SeisPropertyType type,
int nvals,
int offset)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |