Searched refs:getType (Results 1 - 25 of 39) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
H A DQualifier.java118 public QualifierType getType(); method in interface:Qualifier
H A DQualifierImpl.java100 public QualifierType getType() { method in class:QualifierImpl
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DAdapterEvent.h53 EVENT_TYPE getType() { return (type); } function in class:AdapterEvent
H A DAdapterPortStatEvent.h51 EVENT_TYPE getType() { return (type); } function in class:AdapterPortStatEvent
H A DAdapterDeviceEvent.h51 EVENT_TYPE getType() { return (type); } function in class:AdapterDeviceEvent
H A DAdapterDeviceEventListener.cc68 callback(getData(), wwn, e->getType(), e->getAffectedPortID());
H A DAdapterEventListener.cc69 callback(getData(), wwn, e->getType());
H A DAdapterPortEvent.h54 EVENT_TYPE getType() { return (type); } function in class:AdapterPortEvent
H A DAdapterPortEventListener.cc69 callback(getData(), wwn, e->getType(), e->getAffectedPortID());
H A DAdapterPortStatEventListener.cc66 callback(getData(), wwn, e->getType());
H A DLinkEvent.h50 EVENT_TYPE getType() { return (type); } function in class:LinkEvent
H A DLinkEventListener.cc66 callback(getData(), wwn, e->getType(), e->getBuf(), e->getSize());
H A DTargetEvent.h55 EVENT_TYPE getType() { return (type); } function in class:TargetEvent
H A DTargetEventListener.cc81 callback(getData(), hbawwn, tgtwwn, e->getType());
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DBooleanOptionValue.java55 Option.getTypeDhcptabString(option.getType()) };
H A DIPOptionValue.java59 Option.getTypeDhcptabString(option.getType()) };
77 Option.getTypeDhcptabString(option.getType()) };
86 Option.getTypeDhcptabString(option.getType()) };
H A DAsciiOptionValue.java76 Option.getTypeDhcptabString(option.getType()) };
85 Option.getTypeDhcptabString(option.getType()) };
H A DOctetOptionValue.java58 Option.getTypeDhcptabString(option.getType()) };
H A DOptionValueFactory.java85 byte type = opt.getType();
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAttributeConverter.java63 String type = a.getType();
75 Converter c = getConverter(a.getType());
127 String mgrType = mgr.getType(key);
173 Converter c = getConverter(a.getType());
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java126 if (type.compareTo(other.getType()) != 0 ||
166 String getType() method in class:Component
H A DResource.java190 if (type.compareTo(other.getType()) != 0 ||
230 String getType() method in class:Resource
H A DValue.java281 public int getType() method in class:Value
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAttribute.java126 public String getType() { method in class:Attribute
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DServerParameter.java342 QualifierType qualifierType = qualifier.getType();
365 QualifierType qualifierType = qualifier.getType();

Completed in 116 milliseconds

12