|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.application.definition.TemplateTypeDefinition
public class TemplateTypeDefinition
TemplateTypeDefinition
| Nested Class Summary | |
|---|---|
static class |
TemplateTypeDefinition.TemplateType
|
| Method Summary | |
|---|---|
static com.bea.netuix.application.identifier.TemplateTypeId[] |
getAllTemplateTypeIds()
Retuns all TemplateTypeIds in the system. |
static TemplateTypeDefinition[] |
getAllTemplateTypes()
Returns all TemplateTypeDefinitions in the system. |
TemplateTypeDefinition.TemplateType |
getTemplateType()
Returns the TemplateType of this TemplateDefinition. |
static TemplateTypeDefinition |
getTemplateTypeDefinition(com.bea.netuix.application.identifier.TemplateTypeId id)
Returns the TemplateTypeDefinition given a TemplateTypeId |
com.bea.netuix.application.identifier.TemplateTypeId |
getTemplateTypeId()
Returns the TemplateTypeId associated with this
TemplateDefinition. |
static com.bea.netuix.application.identifier.TemplateTypeId |
getTemplateTypeId(TemplateTypeDefinition.TemplateType templateType)
Returns the TemplateTypeId associated with a
TemplateType |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public TemplateTypeDefinition.TemplateType getTemplateType()
TemplateType of this TemplateDefinition.
public com.bea.netuix.application.identifier.TemplateTypeId getTemplateTypeId()
TemplateTypeId associated with this
TemplateDefinition.
public String toString()
toString in class Objectpublic static com.bea.netuix.application.identifier.TemplateTypeId[] getAllTemplateTypeIds()
TemplateTypeIds in the system.
public static TemplateTypeDefinition[] getAllTemplateTypes()
TemplateTypeDefinitions in the system.
public static com.bea.netuix.application.identifier.TemplateTypeId getTemplateTypeId(TemplateTypeDefinition.TemplateType templateType)
TemplateTypeId associated with a
TemplateType
templateType - input template type
public static TemplateTypeDefinition getTemplateTypeDefinition(com.bea.netuix.application.identifier.TemplateTypeId id)
TemplateTypeDefinition given a TemplateTypeId
id - templateTypeId
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||