MetaBoss

com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel
Interface Selector

All Superinterfaces:
ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface Selector
extends ModelElement

Selector object instance interface.


Method Summary
 SelectorInputField findInputField(java.lang.String pFieldName)
           
 SelectorCardinality getCardinality()
          Returns the value of attribute cardinality.
 java.util.Collection getCombinedTypes()
          Returns list of DataTypes, Structures and Messages used in the Selector.
 Entity getEntity()
          Returns the value of reference entity.
 SelectorInputField getInputField(java.lang.String pFieldName)
           
 java.util.List getInputFields()
          Returns the value of reference inputFields.
 java.lang.String getTextOfSqlSelect()
          Returns the value of attribute textOfSqlSelect.
 boolean isImplicit()
          Returns the value of attribute implicit.
 boolean isPlural()
           
 void setCardinality(SelectorCardinality newValue)
          Sets the value of cardinality attribute.
 void setEntity(Entity newValue)
          Sets the value of reference entity.
 void setImplicit(boolean newValue)
          Sets the value of implicit attribute.
 void setTextOfSqlSelect(java.lang.String newValue)
          Sets the value of textOfSqlSelect attribute.
 
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.ModelElement
findAttachment, getAttachment, getAttachments, getCombinedContents, getContents, getDescription, getDiagramModelElements, getName, getOwnerIdentifier, getRef, getReferencedElements, getTags, isContainedWithin, isDerived, mayContain, mayContainWithin, setDescription, setName, setOwnerIdentifier
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

isPlural

public boolean isPlural()
Returns:

getInputField

public SelectorInputField getInputField(java.lang.String pFieldName)
Parameters:
pFieldName -
Returns:

findInputField

public SelectorInputField findInputField(java.lang.String pFieldName)
Parameters:
pFieldName -
Returns:

getCombinedTypes

public java.util.Collection getCombinedTypes()
Returns list of DataTypes, Structures and Messages used in the Selector. This includes owned and referenced elements.

Returns:
Returns list of DataTypes, Structures and Messages used in the Selector. This includes owned and referenced elements.

isImplicit

public boolean isImplicit()
Returns the value of attribute implicit.

Returns:
Value of attribute implicit.

setImplicit

public void setImplicit(boolean newValue)
Sets the value of implicit attribute. See isImplicit() for description on the attribute.

Parameters:
newValue - New value to be set.

getCardinality

public SelectorCardinality getCardinality()
Returns the value of attribute cardinality.

Returns:
Value of attribute cardinality.

setCardinality

public void setCardinality(SelectorCardinality newValue)
Sets the value of cardinality attribute. See getCardinality() for description on the attribute.

Parameters:
newValue - New value to be set.

getTextOfSqlSelect

public java.lang.String getTextOfSqlSelect()
Returns the value of attribute textOfSqlSelect.

Returns:
Value of attribute textOfSqlSelect.

setTextOfSqlSelect

public void setTextOfSqlSelect(java.lang.String newValue)
Sets the value of textOfSqlSelect attribute. See getTextOfSqlSelect() for description on the attribute.

Parameters:
newValue - New value to be set.

getEntity

public Entity getEntity()
Returns the value of reference entity.

Returns:
Value of reference entity.

setEntity

public void setEntity(Entity newValue)
Sets the value of reference entity. See getEntity() for description on the reference.

Parameters:
newValue - New value to be set.

getInputFields

public java.util.List getInputFields()
Returns the value of reference inputFields.

Returns:
Value of reference inputFields.

MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.