edu.ksu.cis.cadena.core.specification.property
Interface StructValue
- All Superinterfaces:
- CalmObject, PropertyValue
public interface StructValue
- extends PropertyValue
A representation of the model object 'Struct Value'.
The following features are supported:
- See Also:
PropertyPackage.getStructValue()
getValues
EMap getValues()
- Returns the value of the 'Values' map.
The key is of type
StructTypeMember,
and the value is of type PropertyValue,
If the meaning of the 'Values' reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Values' map.
- See Also:
PropertyPackage.getStructValue_Values()
getValue
PropertyValue getValue(StructTypeMember type)
getKeys
java.util.Set<StructTypeMember> getKeys()
getValue
PropertyValue getValue(java.lang.String typeUuid)