| java.lang.Object com.metaboss.sdlctools.services.codegenerationstylesheet.STSelectorInputFieldStylesheet
STSelectorInputFieldStylesheet | final public class STSelectorInputFieldStylesheet (Code) | | This structure contains the stylesheet (set of names) pertained to the particular selector input field
|
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)
|
getSelectorInputFieldRef | public String getSelectorInputFieldRef()(Code) | | Getter for the unique identifier of the corresponding selector input field
|
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)
|
setSelectorInputFieldRef | public void setSelectorInputFieldRef(String pSelectorInputFieldRef)(Code) | | Setter for the unique identifier of the corresponding selector input field
|
|
|