Package | Description |
---|---|
casa.io.tools | |
casa.util |
Contains classes implementing various utility class for CASA.
|
Modifier and Type | Field and Description |
---|---|
private Property |
CASAFileTreeProperty.value |
Modifier and Type | Method and Description |
---|---|
Property |
CASAFileTreeProperty.getValue() |
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
Title: BooleanProperty
|
class |
ByteProperty
Title: ByteProperty
|
class |
CharProperty
Title: CharProperty
|
class |
DoubleProperty
Title: DoubleProperty
|
class |
FloatProperty
Title: FloatProperty
|
class |
IntegerProperty
Title: IntegerProperty
|
class |
LongProperty
Title: LongProperty
|
class |
ShortProperty
Title: ShortProperty
|
class |
StringProperty
Title: StringProperty
|
Modifier and Type | Field and Description |
---|---|
private Map<String,Property> |
PropertiesMap.propertiesMap
The properties stored in their Hashtable format.
|
Modifier and Type | Method and Description |
---|---|
static Property |
StringProperty.fromString(String property)
Creates a
StringProperty that is decoded from the given
String and returns it. |
static Property |
ShortProperty.fromString(String property)
Creates a
ShortProperty that is decoded from the given
String and returns it. |
static Property |
Property.fromString(String property)
Creates a
Property that is decoded from the given
String and returns it. |
static Property |
LongProperty.fromString(String property)
Creates an
LongProperty that is decoded from the given
String and returns it. |
static Property |
IntegerProperty.fromString(String property)
Creates an
IntegerProperty that is decoded from the given
String and returns it. |
static Property |
FloatProperty.fromString(String property)
Creates a
FloatProperty that is decoded from the given
String and returns it. |
static Property |
DoubleProperty.fromString(String property)
Creates a
DoubleProperty that is decoded from the given
String and returns it. |
static Property |
CharProperty.fromString(String property)
Creates a
CharProperty that is decoded from the given
String and returns it. |
static Property |
ByteProperty.fromString(String property)
Creates a
ByteProperty that is decoded from the given
String and returns it. |
static Property |
BooleanProperty.fromString(String property)
Creates a
BooleanProperty that is decoded from the given
String and returns it. |
Property |
UserMap.getProperty(String knownUserName)
Retrieves the property from the map, returning it to the user.
|
Property |
PropertiesMap.getProperty(String propertyName)
Retrieves the property from the map, returning it to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserMapXML.setProperty(String userName,
Property property)
Stores a kownUser in the map.
|
void |
UserMap.setProperty(String knownUsersName,
Property property)
Stores a property in the map.
|
void |
PropertiesMapXML.setProperty(String propertyName,
Property property)
Stores a property in the map.
|
void |
PropertiesMap.setProperty(String propertyName,
Property property)
Stores a property in the map.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesMap.setAllProperties(Map<String,Property> map)
Redefines all of the properties to the given
Map unless it is
null . |
Constructor and Description |
---|
PropertiesMap(Map<String,Property> map)
Creates a new
PropertiesMap object initialized with the given
Map . |