|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.bitmeister.asn1.type.NamedTypeSpecification
jp.bitmeister.asn1.type.ElementSpecification
public class ElementSpecification
Specification of an element that contained in a ConstructiveType
.
An instance of this class contains static information of an element contained
in a ConstructiveType
.
ConstructiveType
Method Summary | |
---|---|
boolean |
hasDefault()
Tests if this element has default value. |
boolean |
optional()
Tests if this element is optional. |
Methods inherited from class jp.bitmeister.asn1.type.NamedTypeSpecification |
---|
compareTo, identifier, instantiate, isSameType, matches, tag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean optional()
true
when this element is optional.public boolean hasDefault()
true
when this element has default value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |