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 TraitType
public String getTraitName()
getTraitName
in interface TraitType
public boolean hasTypeCode(BitSet typeCode)
hasTypeCode
in interface TraitType
public void setTypeCode(BitSet typeCode)
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.