public class NullTraitType extends Object implements TraitType, Thing, Externalizable
traitNameField| Constructor and Description |
|---|
NullTraitType() |
NullTraitType(BitSet code) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCore() |
Map<String,Object> |
getFields() |
String |
getTraitName() |
BitSet |
getTypeCode() |
boolean |
hasTypeCode(BitSet typeCode) |
boolean |
isTop() |
boolean |
isVirtual() |
void |
readExternal(ObjectInput objectInput) |
void |
setTypeCode(BitSet typeCode) |
void |
writeExternal(ObjectOutput objectOutput) |
public NullTraitType()
public NullTraitType(BitSet code)
public BitSet getTypeCode()
getTypeCode in interface TraitTypepublic String getTraitName()
getTraitName in interface TraitTypepublic boolean hasTypeCode(BitSet typeCode)
hasTypeCode in interface TraitTypepublic void setTypeCode(BitSet typeCode)
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.