|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmContentType<A,S>
Method Summary | |
---|---|
SmModelGroupUse<A,S> |
getContentModel()
Returns the content model (i.e. |
SmContentTypeKind |
getKind()
Returns the kind of this content type object. |
SmSimpleType<A,S> |
getSimpleType()
Returns a simple type definition when the kind part is SmContentTypeKind.Simple . |
boolean |
isComplex()
Returns true if the {content type} property is Complex (Mixed or Element Only). |
boolean |
isElementOnly()
Returns true if the {content type} property is Element Only. |
boolean |
isEmpty()
Returns true if the {content type} property is Empty. |
boolean |
isMixed()
Returns true if the {content type} property is Mixed. |
boolean |
isSimple()
Returns true if the {content type} property is Simple. |
Method Detail |
---|
SmModelGroupUse<A,S> getContentModel()
SmContentTypeKind getKind()
SmSimpleType<A,S> getSimpleType()
SmContentTypeKind.Simple
.
boolean isComplex()
true
if the {content type} property is Complex (Mixed or Element Only).
boolean isElementOnly()
true
if the {content type} property is Element Only.
boolean isEmpty()
true
if the {content type} property is Empty.
boolean isMixed()
true
if the {content type} property is Mixed.
boolean isSimple()
true
if the {content type} property is Simple.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |