public class NullTraitType extends Object implements TraitType, Thing, Externalizable
traitNameField
Constructor and Description |
---|
NullTraitType() |
NullTraitType(BitSet code) |
Modifier and Type | Method and Description |
---|---|
String |
_getTraitName() |
BitSet |
_getTypeCode() |
boolean |
_hasTypeCode(BitSet typeCode) |
boolean |
_isVirtual() |
void |
_setTypeCode(BitSet typeCode) |
Object |
getCore() |
Map<String,Object> |
getFields() |
boolean |
isTop() |
void |
readExternal(ObjectInput objectInput) |
void |
writeExternal(ObjectOutput objectOutput) |
public NullTraitType()
public NullTraitType(BitSet code)
public BitSet _getTypeCode()
_getTypeCode
in interface TraitType
public boolean _isVirtual()
_isVirtual
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–2020 JBoss by Red Hat. All rights reserved.