|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.manifest.DirectiveCriteriaKey
Composite key for finding a DirectiveCriteria. Used as the key for getting
DirectiveCriteria from AbstractDirective's cache of DirectiveCriteria
objects.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
directiveClassname
|
private static String |
RESOURCE
|
private String |
typeCriteriaRepresents
|
Constructor Summary | |
DirectiveCriteriaKey(String a_directiveClassname,
String a_typeCriteriaRepresents)
Supported API: false |
Method Summary | |
private void |
directiveClassnameValidate(String a_DirectiveClassname)
|
String |
getDirectiveClassname()
Gets the value of the attribute: directiveClassname; Class name of the Directive that this DirectiveCriteria corresponds to. |
String |
getTypeCriteriaRepresents()
Gets the value of the attribute: typeCriteriaRepresents; The type that the DirectiveCriteria represents. |
void |
setDirectiveClassname(String a_DirectiveClassname)
Sets the value of the attribute: directiveClassname; Class name of the Directive that this DirectiveCriteria corresponds to. |
void |
setTypeCriteriaRepresents(String a_TypeCriteriaRepresents)
Sets the value of the attribute: typeCriteriaRepresents; The type that the DirectiveCriteria represents. |
private void |
typeCriteriaRepresentsValidate(String a_TypeCriteriaRepresents)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String directiveClassname
private String typeCriteriaRepresents
Constructor Detail |
public DirectiveCriteriaKey(String a_directiveClassname, String a_typeCriteriaRepresents)
a_directiveClassname
- a_typeCriteriaRepresents
- Method Detail |
public String getDirectiveClassname()
public void setDirectiveClassname(String a_DirectiveClassname) throws WTPropertyVetoException
a_DirectiveClassname
-
WTPropertyVetoException
private void directiveClassnameValidate(String a_DirectiveClassname) throws WTPropertyVetoException
a_DirectiveClassname
-
WTPropertyVetoException
public String getTypeCriteriaRepresents()
public void setTypeCriteriaRepresents(String a_TypeCriteriaRepresents) throws WTPropertyVetoException
a_TypeCriteriaRepresents
-
WTPropertyVetoException
private void typeCriteriaRepresentsValidate(String a_TypeCriteriaRepresents) throws WTPropertyVetoException
a_TypeCriteriaRepresents
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |