Method | Description | |
---|---|---|
DataSetSpecification ( ) : System | ||
defineNumericAttribute ( String name ) : void | ||
defineStringAttribute ( String name, String attributeValues ) : void | ||
getAttributeNames ( ) : List |
||
getAttributeSpecFor ( String name ) : AttributeSpecification | ||
getNamesOfStringAttributes ( ) : List |
||
getPossibleAttributeValues ( String attributeName ) : List |
||
getTarget ( ) : String | ||
isValid ( List |
||
setTarget ( String target ) : void |
public defineNumericAttribute ( String name ) : void | ||
name | String | |
return | void |
public defineStringAttribute ( String name, String attributeValues ) : void | ||
name | String | |
attributeValues | String | |
return | void |
public getAttributeSpecFor ( String name ) : AttributeSpecification | ||
name | String | |
return | AttributeSpecification |
public getPossibleAttributeValues ( String attributeName ) : List |
||
attributeName | String | |
return | List |
public isValid ( List |
||
uncheckedAttributes | List |
|
return | bool |