| java.lang.Object com.metaboss.sdlctools.services.codegenerationstylesheet.STAssociationRoleStylesheet
STAssociationRoleStylesheet | final public class STAssociationRoleStylesheet (Code) | | This structure contains the stylesheet (set of names) pertained to the particular association
|
getAssociationRoleRef | public String getAssociationRoleRef()(Code) | | Getter for the unique identifier of the corresponding association role
|
getNormalisedName | public String getNormalisedName()(Code) | | Getter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
|
getNormalisedPluralName | public String getNormalisedPluralName()(Code) | | Getter for the normalised plural name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
|
setAssociationRoleRef | public void setAssociationRoleRef(String pAssociationRoleRef)(Code) | | Setter for the unique identifier of the corresponding association role
|
setNormalisedName | public void setNormalisedName(String pNormalisedName)(Code) | | Setter for the normalised name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
|
setNormalisedPluralName | public void setNormalisedPluralName(String pNormalisedPluralName)(Code) | | Setter for the normalised plural name of the element. Normalised name is a
"safe to use in computing" kind of name it must be a single word consisting of
the most basic set of characters (e.g. letters, numbers, underscores)
|
|
|