Uses of Class
org.das2.stream.PropertyType

Packages that use PropertyType
org.das2.stream Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. 
 

Uses of PropertyType in org.das2.stream
 

Fields in org.das2.stream declared as PropertyType
static PropertyType PropertyType.DATUM
           
static PropertyType PropertyType.DOUBLE
           
static PropertyType PropertyType.DOUBLE_ARRAY
           
static PropertyType PropertyType.INTEGER
           
 

Methods in org.das2.stream that return PropertyType
static PropertyType PropertyType.getByName(java.lang.String name)